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