Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/include/
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()
/Linux-v6.6/drivers/staging/rtl8712/
Drtl871x_recv.h10 #define RXFRAME_ALIGN 8 macro
11 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN)