Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_bitops.h501 u32 remaining_bits, i; in ice_bitmap_from_array32() local
521 remaining_bits = size % BITS_PER_U32; in ice_bitmap_from_array32()
522 if (remaining_bits) { in ice_bitmap_from_array32()
527 for (j = 0; j < remaining_bits; j++) { in ice_bitmap_from_array32()