Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
Dbitset.c696 #define ETHNL_SMALL_BITMAP_BITS 128 macro
697 #define ETHNL_SMALL_BITMAP_WORDS DIV_ROUND_UP(ETHNL_SMALL_BITMAP_BITS, 32)
709 if (nbits > ETHNL_SMALL_BITMAP_BITS) { in ethnl_bitset_size()
728 if (nbits > ETHNL_SMALL_BITMAP_BITS) in ethnl_bitset_size()
745 if (nbits > ETHNL_SMALL_BITMAP_BITS) { in ethnl_put_bitset()
765 if (nbits > ETHNL_SMALL_BITMAP_BITS) in ethnl_put_bitset()
780 if (nbits > ETHNL_SMALL_BITMAP_BITS) { in ethnl_update_bitset()
796 if (nbits > ETHNL_SMALL_BITMAP_BITS) in ethnl_update_bitset()