Home
last modified time | relevance | path

Searched refs:RX_ALIGN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dr8152.h441 #define RX_ALIGN 8 macro
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c649 #define RX_ALIGN 8 macro
676 sizeof(struct rx_desc) + RX_ALIGN)
1729 return (void *)ALIGN((uintptr_t)data, RX_ALIGN); in rx_agg_align()