Searched refs:SIZE_PTR (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/ ! |
D | xmit_linux.c | 13 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len() 54 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
|
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ ! |
D | rtl8723bs_recv.c | 304 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7));/* force pkt_copy->data at 8-byte alig… in rtl8723bs_recv_tasklet() 392 precvpriv->precv_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_recv_buf), 4); in rtl8723bs_init_recv_priv() 400 SIZE_PTR tmpaddr = 0; in rtl8723bs_init_recv_priv() 401 SIZE_PTR alignment = 0; in rtl8723bs_init_recv_priv() 408 tmpaddr = (SIZE_PTR)precvbuf->pskb->data; in rtl8723bs_init_recv_priv()
|
D | sdio_ops.c | 810 SIZE_PTR tmpaddr = 0; in sd_recv_rxfifo() 811 SIZE_PTR alignment = 0; in sd_recv_rxfifo() 819 tmpaddr = (SIZE_PTR)recvbuf->pskb->data; in sd_recv_rxfifo()
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ ! |
D | basic_types.h | 18 #define SIZE_PTR __kernel_size_t macro
|
D | rtw_recv.h | 472 return (union recv_frame *)(((SIZE_PTR)rxmem >> RXFRAME_ALIGN) << RXFRAME_ALIGN); in rxmem_to_recvframe()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ ! |
D | rtw_xmit.c | 80 pxmitpriv->pxmit_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_frame_buf), 4); in _rtw_init_xmit_priv() 118 pxmitpriv->pxmitbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmitbuf), 4); in _rtw_init_xmit_priv() 167 pxmitpriv->xframe_ext = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->xframe_ext_alloc_addr), 4); in _rtw_init_xmit_priv() 201 pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); in _rtw_init_xmit_priv() 813 payload = (u8 *)round_up((SIZE_PTR)(payload), 4); in xmitframe_addmic() 1027 SIZE_PTR addr; in rtw_xmitframe_coalesce() 1117 addr = (SIZE_PTR)(pframe); in rtw_xmitframe_coalesce() 1666 pxframe = (struct xmit_frame *)N_BYTE_ALIGMENT((SIZE_PTR)(alloc_addr), 4); in rtw_alloc_xmitframe_once()
|
D | rtw_security.c | 88 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_wep_encrypt() 524 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_tkip_encrypt() 1069 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_aes_encrypt()
|
D | rtw_sta_mgt.c | 64 ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); in _rtw_init_sta_priv()
|
D | rtw_cmd.c | 179 …pcmdpriv->cmd_buf = pcmdpriv->cmd_allocated_buf + CMDBUFF_ALIGN_SZ - ((SIZE_PTR)(pcmdpriv->cmd_a… in rtw_init_cmd_priv() 188 …pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) &… in rtw_init_cmd_priv()
|
D | rtw_mlme_ext.c | 720 algorithm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); in OnAuth() 721 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuth() 880 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuthClient() 881 status = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 4)); in OnAuthClient()
|
D | rtw_recv.c | 58 …precvpriv->precv_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RX… in _rtw_init_recv_priv()
|