Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ice/
H A Dice_bitops.h492 u32 remaining_bits, i; in ice_bitmap_from_array32() local
512 remaining_bits = size % BITS_PER_U32; in ice_bitmap_from_array32()
513 if (remaining_bits) { in ice_bitmap_from_array32()
518 for (j = 0; j < remaining_bits; j++) { in ice_bitmap_from_array32()