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

/freebsd-13-stable/sys/dev/ice/
H A Dice_bitops.h191 * @bmp1: The first bitmap to intersect
202 ice_and_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, argument
210 dst[i] = bmp1[i] & bmp2[i];
221 dst[i] = (dst[i] & ~mask) | ((bmp1[i] & bmp2[i]) & mask);
230 * @bmp1: The first bitmap to intersect
239 ice_or_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, argument
247 dst[i] = bmp1[i] | bmp2[i];
255 dst[i] = (dst[i] & ~mask) | ((bmp1[i] | bmp2[i]) & mask);
261 * @bmp1: The first bitmap of XOR operation
270 ice_xor_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, argument
301 ice_andnot_bitmap(ice_bitmap_t *dst, const ice_bitmap_t *bmp1, const ice_bitmap_t *bmp2, u16 size) argument
462 ice_cmp_bitmap(ice_bitmap_t *bmp1, ice_bitmap_t *bmp2, u16 size) argument
[all...]

Completed in 46 milliseconds