Searched refs:RX_ALIGN (Results 1 – 5 of 5) sorted by relevance
297 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error */ macro
285 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error … macro
298 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error */ macro
470 #define RX_ALIGN 8 macro1228 return (void *)ALIGN((uintptr_t)data, RX_ALIGN); in rx_agg_align()1290 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL, in alloc_all_mem()
1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \