Searched defs: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() macro
751 #define RX_ALIGN 8 macro