Searched refs:ETHTOOL_A_BITSET_MASK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | bitset.c | 261 attr = nla_reserve(skb, ETHTOOL_A_BITSET_MASK, nbytes); in ethnl_put_bitset32() 311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY }, 339 if (tb[ETHTOOL_A_BITSET_VALUE] || tb[ETHTOOL_A_BITSET_MASK]) in ethnl_bitset_is_compact() 444 if (tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_update_bitset32_verbose() 445 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_update_bitset32_verbose() 489 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks() 490 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_compact_sanity_checks() 504 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks() 517 if (tb[ETHTOOL_A_BITSET_MASK] && in ethnl_compact_sanity_checks() 518 nla_len(tb[ETHTOOL_A_BITSET_MASK]) ! in ethnl_compact_sanity_checks() [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | bitset.c | 261 attr = nla_reserve(skb, ETHTOOL_A_BITSET_MASK, nbytes); in ethnl_put_bitset32() 311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY }, 339 if (tb[ETHTOOL_A_BITSET_VALUE] || tb[ETHTOOL_A_BITSET_MASK]) in ethnl_bitset_is_compact() 444 if (tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_update_bitset32_verbose() 445 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_update_bitset32_verbose() 489 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks() 490 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_compact_sanity_checks() 504 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks() 517 if (tb[ETHTOOL_A_BITSET_MASK] && in ethnl_compact_sanity_checks() 518 nla_len(tb[ETHTOOL_A_BITSET_MASK]) ! in ethnl_compact_sanity_checks() [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 141 ETHTOOL_A_BITSET_MASK, /* binary */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 121 ETHTOOL_A_BITSET_MASK, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 121 ETHTOOL_A_BITSET_MASK, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 170 ETHTOOL_A_BITSET_MASK, /* binary */ enumerator
|
Completed in 8 milliseconds