Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h15 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN) macro
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c50 …cvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()
57 …v_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()