Symbol: ETHTOOL_FLAG_COMPACT_BITSETS
include/uapi/linux/ethtool_netlink.h
15
#define ETHTOOL_FLAG_ALL (ETHTOOL_FLAG_COMPACT_BITSETS | \
net/ethtool/debug.c
48
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/debug.c
59
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/eee.c
47
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/eee.c
80
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/features.c
270
bool compact = req_info.flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/features.c
60
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/features.c
93
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/fec.c
149
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/fec.c
269
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/linkmodes.c
107
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/linkmodes.c
66
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/netlink.c
17
#define ETHTOOL_FLAGS_BASIC (ETHTOOL_FLAG_COMPACT_BITSETS | \
net/ethtool/netlink.c
997
req_info->flags |= ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/privflags.c
105
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/privflags.c
92
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tsconfig.c
135
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tsconfig.c
88
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tsinfo.c
125
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tsinfo.c
217
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tunnels.c
39
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/tunnels.c
85
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/wol.c
51
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;
net/ethtool/wol.c
69
bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS;