Searched refs:RX_ALIGN (Results 1 – 1 of 1) sorted by relevance
751 #define RX_ALIGN 8 macro763 #define rx_reserved_size(x) (mtu_to_size(x) + sizeof(struct rx_desc) + RX_ALIGN)2021 return (void *)ALIGN((uintptr_t)data, RX_ALIGN); in rx_agg_align()