Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_BITSET_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dbitset.c261 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()
464 if (tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_update_bitset32_verbose()
465 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_update_bitset32_verbose()
529 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
530 NL_SET_ERR_MSG_ATTR(extack, tb[ETHTOOL_A_BITSET_MASK], in ethnl_compact_sanity_checks()
544 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
557 if (tb[ETHTOOL_A_BITSET_MASK] && in ethnl_compact_sanity_checks()
558 nla_len(tb[ETHTOOL_A_BITSET_MASK]) != attr_nwords * sizeof(u32)) { in ethnl_compact_sanity_checks()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h170 ETHTOOL_A_BITSET_MASK, /* binary */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst115 ``ETHTOOL_A_BITSET_MASK`` binary bitmap of valid bits
124 mandatory. ``ETHTOOL_A_BITSET_MASK`` attribute is mandatory if
126 if ``ETHTOOL_A_BITSET_NOMASK`` is not set, ``ETHTOOL_A_BITSET_MASK`` is not