Home
last modified time | relevance | path

Searched refs:SIZE_PTR (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c322 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7));/* force pkt_copy->data at 8-byte alig… in rtl8723bs_recv_tasklet()
433 precvpriv->precv_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_recv_buf), 4); in rtl8723bs_init_recv_priv()
443 SIZE_PTR tmpaddr = 0; in rtl8723bs_init_recv_priv()
444 SIZE_PTR alignment = 0; in rtl8723bs_init_recv_priv()
451 tmpaddr = (SIZE_PTR)precvbuf->pskb->data; in rtl8723bs_init_recv_priv()
Dsdio_ops.c956 SIZE_PTR tmpaddr = 0; in sd_recv_rxfifo()
957 SIZE_PTR alignment = 0; in sd_recv_rxfifo()
964 tmpaddr = (SIZE_PTR)recvbuf->pskb->data; in sd_recv_rxfifo()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c15 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len()
56 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dbasic_types.h20 #define SIZE_PTR __kernel_size_t macro
Drtw_recv.h512 return (union recv_frame*)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_xmit.c85 pxmitpriv->pxmit_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_frame_buf), 4); in _rtw_init_xmit_priv()
124 pxmitpriv->pxmitbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmitbuf), 4); in _rtw_init_xmit_priv()
175 pxmitpriv->xframe_ext = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->xframe_ext_alloc_addr), 4); in _rtw_init_xmit_priv()
208 pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); in _rtw_init_xmit_priv()
942 payload = (u8 *)RND4((SIZE_PTR)(payload)); in xmitframe_addmic()
1201 SIZE_PTR addr; in rtw_xmitframe_coalesce()
1329 addr = (SIZE_PTR)(pframe); in rtw_xmitframe_coalesce()
1931 pxframe = (struct xmit_frame *)N_BYTE_ALIGMENT((SIZE_PTR)(alloc_addr), 4); in rtw_alloc_xmitframe_once()
Drtw_sta_mgt.c65 ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); in _rtw_init_sta_priv()
Drtw_security.c263 pframe = (u8 *)RND4((SIZE_PTR)(pframe)); in rtw_wep_encrypt()
739 pframe = (u8 *)RND4((SIZE_PTR)(pframe)); in rtw_tkip_encrypt()
1567 pframe = (u8 *)RND4((SIZE_PTR)(pframe)); in rtw_aes_encrypt()
Drtw_cmd.c187 …pcmdpriv->cmd_buf = pcmdpriv->cmd_allocated_buf + CMDBUFF_ALIGN_SZ - ((SIZE_PTR)(pcmdpriv->cmd_a… in _rtw_init_cmd_priv()
196 …pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) &… in _rtw_init_cmd_priv()
Drtw_mlme_ext.c938 algorithm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); in OnAuth()
939 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuth()
1117 algthm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); in OnAuthClient()
1118 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuthClient()
1119 status = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 4)); in OnAuthClient()
Drtw_recv.c58 …precvpriv->precv_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RX… in _rtw_init_recv_priv()