Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_bitops.h464 u32 remaining_bits, i; in ice_bitmap_from_array32() local
484 remaining_bits = size % BITS_PER_U32; in ice_bitmap_from_array32()
485 if (remaining_bits) { in ice_bitmap_from_array32()
490 for (j = 0; j < remaining_bits; j++) { in ice_bitmap_from_array32()