Searched refs:ETHTOOL_A_BITSET_BITS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | bitset.c | 273 bits = nla_nest_start(skb, ETHTOOL_A_BITSET_BITS); in ethnl_put_bitset32() 309 [ETHTOOL_A_BITSET_BITS] = { .type = NLA_NESTED }, 338 if (tb[ETHTOOL_A_BITSET_BITS]) { in ethnl_bitset_is_compact() 454 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_update_bitset32_verbose() 460 "only ETHTOOL_A_BITSET_BITS_BIT allowed in ETHTOOL_A_BITSET_BITS"); in ethnl_update_bitset32_verbose() 568 if (tb[ETHTOOL_A_BITSET_BITS]) in ethnl_update_bitset32() 623 if (!tb[ETHTOOL_A_BITSET_BITS]) { in ethnl_parse_bitset() 668 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_parse_bitset()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | bitset.c | 273 bits = nla_nest_start(skb, ETHTOOL_A_BITSET_BITS); in ethnl_put_bitset32() 309 [ETHTOOL_A_BITSET_BITS] = { .type = NLA_NESTED }, 338 if (tb[ETHTOOL_A_BITSET_BITS]) { in ethnl_bitset_is_compact() 454 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_update_bitset32_verbose() 460 "only ETHTOOL_A_BITSET_BITS_BIT allowed in ETHTOOL_A_BITSET_BITS"); in ethnl_update_bitset32_verbose() 568 if (tb[ETHTOOL_A_BITSET_BITS]) in ethnl_update_bitset32() 623 if (!tb[ETHTOOL_A_BITSET_BITS]) { in ethnl_parse_bitset() 668 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_parse_bitset()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 139 ETHTOOL_A_BITSET_BITS, /* nest - _A_BITSET_BITS_* */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 119 ETHTOOL_A_BITSET_BITS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 119 ETHTOOL_A_BITSET_BITS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 168 ETHTOOL_A_BITSET_BITS, /* nest - _A_BITSET_BITS_* */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 238 [ETHTOOL_A_BITSET_BITS] = { .name = "bits", .type = YNL_PT_NEST, .nest = ðtool_bitset_bits_nest, }, 1271 ethtool_bitset_bits_put(nlh, ETHTOOL_A_BITSET_BITS, &obj->bits); in ethtool_bitset_put() 1298 } else if (type == ETHTOOL_A_BITSET_BITS) { in ethtool_bitset_parse()
|
Completed in 17 milliseconds