Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_recv.h20 #define RXFRAME_ALIGN 8 macro
21 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN)
512 return (union recv_frame*)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_recv.h16 #define RXFRAME_ALIGN 8 macro
17 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN)
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_recv.h10 #define RXFRAME_ALIGN 8 macro
11 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN)