Searched refs:RX_ALIGN (Results 1 – 3 of 3) sorted by relevance
440 #define RX_ALIGN 8 macro
1136 #define RX_ALIGN(x) (((x) + 3) & ~0x3) in rtl8139_do_receive() macro1138 if (avail != 0 && RX_ALIGN(size + 8) >= avail) in rtl8139_do_receive()1166 s->RxBufAddr = MOD2(RX_ALIGN(s->RxBufAddr), s->RxBufferSize); in rtl8139_do_receive()
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()