Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.c693 * variables for bitmaps up to ETHNL_SMALL_BITMAP_BITS bits which is the
696 #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()
/kernel/linux/linux-6.6/net/ethtool/
H A Dbitset.c693 * variables for bitmaps up to ETHNL_SMALL_BITMAP_BITS bits which is the
696 #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()

Completed in 2 milliseconds