Searched refs:ethnl_parse_bit (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/ethtool/ |
D | bitset.c | 377 static int ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, in ethnl_parse_bit() function 463 ret = ethnl_parse_bit(&idx, &new_val, nbits, bit_attr, no_mask, in ethnl_update_bitset32_verbose() 672 ret = ethnl_parse_bit(&idx, &bit_val, nbits, bit_attr, no_mask, in ethnl_parse_bitset()
|