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