Lines Matching refs:no_mask
378 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()
558 bool no_mask; in ethnl_update_bitset32() local
575 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_update_bitset32()
580 no_mask ? NULL : in ethnl_update_bitset32()
583 if (no_mask && change_bits < nbits) in ethnl_update_bitset32()
611 bool no_mask; in ethnl_parse_bitset() local
621 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_parse_bitset()
637 if (no_mask) { in ethnl_parse_bitset()
663 if (no_mask) in ethnl_parse_bitset()
672 ret = ethnl_parse_bit(&idx, &bit_val, nbits, bit_attr, no_mask, in ethnl_parse_bitset()
678 if (!no_mask) in ethnl_parse_bitset()