Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
Dbitset.c15 static u32 ethnl_lower_bits(unsigned int n) in ethnl_lower_bits() function
48 mask &= ethnl_lower_bits(end); in ethnl_bitmap32_clear()
69 mask = ethnl_lower_bits(end); in ethnl_bitmap32_clear()
99 mask &= ethnl_lower_bits(end); in ethnl_bitmap32_not_zero()
112 return map[end_word] & ethnl_lower_bits(end); in ethnl_bitmap32_not_zero()
136 real_mask &= ethnl_lower_bits(nbits); in ethnl_bitmap32_update()
258 dst[nwords - 1] &= ethnl_lower_bits(nbits); in ethnl_put_bitset32()
267 dst[nwords - 1] &= ethnl_lower_bits(nbits); in ethnl_put_bitset32()