Searched refs:RX_ALIGN (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
H A DdefBF537.h285 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error */ macro
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
H A DdefBF516.h298 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error */ macro
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
H A DdefBF527.h297 #define RX_ALIGN 0x00008000 /* RX Frame Alignment Error */ macro
/linux-4.4.14/drivers/net/usb/
H A Dr8152.c470 #define RX_ALIGN 8 macro
1228 return (void *)ALIGN((uintptr_t)data, RX_ALIGN); rx_agg_align()
1290 buf = kmalloc_node(agg_buf_sz + RX_ALIGN, GFP_KERNEL, alloc_all_mem()
/linux-4.4.14/drivers/net/ethernet/adi/
H A Dbfin_mac.c1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \

Completed in 178 milliseconds