Home
last modified time | relevance | path

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

/linux-6.1.9/net/ethtool/
Dbitset.c378 const struct nlattr *bit_attr, bool no_mask, in ethnl_parse_bit() argument
424 *val = no_mask || tb[ETHTOOL_A_BITSET_BIT_VALUE]; in ethnl_parse_bit()
435 bool no_mask; in ethnl_update_bitset32_verbose() local
450 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_update_bitset32_verbose()
451 if (no_mask) in ethnl_update_bitset32_verbose()
463 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask, in ethnl_update_bitset32_verbose()
485 bool no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_compact_sanity_checks() local
489 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
504 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
526 test_attr = no_mask ? tb[ETHTOOL_A_BITSET_VALUE] : in ethnl_compact_sanity_checks()
[all …]