Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h16 #define RXFRAME_ALIGN 8 macro
17 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN)
469 return (union recv_frame *)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.h10 #define RXFRAME_ALIGN 8 macro
11 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN)