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()
455 bool no_mask; in ethnl_update_bitset32_verbose() local
470 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_update_bitset32_verbose()
471 if (no_mask) { in ethnl_update_bitset32_verbose()
496 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask, in ethnl_update_bitset32_verbose()
508 if (!no_mask) in ethnl_update_bitset32_verbose()
513 if (no_mask && !ethnl_bitmap32_equal(saved_bitmap, bitmap, nbits)) in ethnl_update_bitset32_verbose()
525 bool no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_compact_sanity_checks() local
529 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
544 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) { in ethnl_compact_sanity_checks()
566 test_attr = no_mask ? tb[ETHTOOL_A_BITSET_VALUE] : in ethnl_compact_sanity_checks()
598 bool no_mask; in ethnl_update_bitset32() local
615 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_update_bitset32()
620 no_mask ? NULL : in ethnl_update_bitset32()
623 if (no_mask && change_bits < nbits) in ethnl_update_bitset32()
651 bool no_mask; in ethnl_parse_bitset() local
661 no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; in ethnl_parse_bitset()
677 if (no_mask) { in ethnl_parse_bitset()
703 if (no_mask) in ethnl_parse_bitset()
712 ret = ethnl_parse_bit(&idx, &bit_val, nbits, bit_attr, no_mask, in ethnl_parse_bitset()
718 if (!no_mask) in ethnl_parse_bitset()