Searched refs:no_mask (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | bitset.c | 378 const struct nlattr *bit_attr, bool no_mask, in ethnl_parse_bit() 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 in ethnl_compact_sanity_checks() 377 ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, const struct nlattr *bit_attr, bool no_mask, ethnl_string_array_t names, struct netlink_ext_ack *extack) ethnl_parse_bit() argument 558 bool no_mask; ethnl_update_bitset32() local 611 bool no_mask; ethnl_parse_bitset() local [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | bitset.c | 378 const struct nlattr *bit_attr, bool no_mask, in ethnl_parse_bit() 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 in ethnl_compact_sanity_checks() 377 ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, const struct nlattr *bit_attr, bool no_mask, ethnl_string_array_t names, struct netlink_ext_ack *extack) ethnl_parse_bit() argument 558 bool no_mask; ethnl_update_bitset32() local 611 bool no_mask; ethnl_parse_bitset() local [all...] |
Completed in 3 milliseconds