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

/freebsd-current/sys/dev/ice/
H A Dice_common.h102 * pointer = ICE_ALIGN(pointer, 4)
107 #define ICE_ALIGN(ptr, align) (((ptr) + ((align) - 1)) & ~((align) - 1)) macro
H A Dice_ddp_common.c1776 data_end = ICE_ALIGN(data_end, 4);

Completed in 323 milliseconds