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

/linux-master/net/ethtool/
H A Dbitset.c378 const struct nlattr *bit_attr, bool no_mask,
424 *val = no_mask || tb[ETHTOOL_A_BITSET_BIT_VALUE];
435 bool no_mask; local
450 no_mask = tb[ETHTOOL_A_BITSET_NOMASK];
451 if (no_mask)
463 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask,
485 bool no_mask = tb[ETHTOOL_A_BITSET_NOMASK]; local
489 if (no_mask && tb[ETHTOOL_A_BITSET_MASK]) {
504 if (!no_mask && !tb[ETHTOOL_A_BITSET_MASK]) {
526 test_attr = no_mask
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) argument
558 bool no_mask; local
611 bool no_mask; local
[all...]

Completed in 219 milliseconds