Searched refs:ETHTOOL_A_BITSET_BITS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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() 486 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_update_bitset32_verbose() 608 if (tb[ETHTOOL_A_BITSET_BITS]) in ethnl_update_bitset32() 663 if (!tb[ETHTOOL_A_BITSET_BITS]) { in ethnl_parse_bitset() 708 nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) { in ethnl_parse_bitset()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 168 ETHTOOL_A_BITSET_BITS, /* nest - _A_BITSET_BITS_* */ enumerator
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 141 | ``ETHTOOL_A_BITSET_BITS`` | nested | array of bits | 152 Bit size is optional for bit-by-bit form. ``ETHTOOL_A_BITSET_BITS`` nest can
|