Searched refs:RXFRAME_ALIGN_SZ (Results 1 – 6 of 6) sorted by relevance
76 sizeof(union recv_frame) + RXFRAME_ALIGN_SZ, in _r8712_init_recv_priv()82 RXFRAME_ALIGN_SZ - in _r8712_init_recv_priv()84 (RXFRAME_ALIGN_SZ - 1)); in _r8712_init_recv_priv()
11 #define RXFRAME_ALIGN_SZ (1 << RXFRAME_ALIGN) macro
17 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN) macro
21 #define RXFRAME_ALIGN_SZ (1<<RXFRAME_ALIGN) macro
59 …vpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(struct recv_frame) + RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()64 precvframe = PTR_ALIGN(precvpriv->pallocated_frame_buf, RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()
51 …cvpriv->pallocated_frame_buf = vzalloc(NR_RECVFRAME * sizeof(union recv_frame) + RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()58 …v_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RXFRAME_ALIGN_SZ); in _rtw_init_recv_priv()