Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_recv.h16 #define RXFRAME_ALIGN 8 macro
17 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN)
472 return (union recv_frame *)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_recv.h10 #define RXFRAME_ALIGN 8 macro
11 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN)
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_recv.h12 #define RXFRAME_ALIGN 8 macro
13 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN)