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

/freebsd-current/sys/dev/ice/
H A Dice_osdep.h508 * ice_is_pow2 - Check if the value is a power of 2
519 ice_is_pow2(u64 n) { function
H A Dice_flow.c428 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L3_MASK))
433 !ice_is_pow2(segs[i].hdrs & ICE_FLOW_SEG_HDRS_L4_MASK))
1319 if (val && !ice_is_pow2(val))
1323 if (val && !ice_is_pow2(val))

Completed in 113 milliseconds