Home
last modified time | relevance | path

Searched refs:change_bits (Results 1 – 1 of 1) sorted by relevance

/net/ethtool/
A Dbitset.c597 unsigned int change_bits; in ethnl_update_bitset32() local
616 change_bits = min_t(unsigned int, in ethnl_update_bitset32()
664 unsigned int change_bits; in ethnl_parse_bitset() local
671 if (change_bits > nbits) in ethnl_parse_bitset()
672 change_bits = nbits; in ethnl_parse_bitset()
674 change_bits); in ethnl_parse_bitset()
675 if (change_bits < nbits) in ethnl_parse_bitset()
676 bitmap_clear(val, change_bits, nbits - change_bits); in ethnl_parse_bitset()
682 change_bits); in ethnl_parse_bitset()
683 if (change_bits < nbits) in ethnl_parse_bitset()
[all …]

Completed in 4 milliseconds