Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c12 return (pfile->buf_len - ((SIZE_PTR)(pfile->cur_addr) - (SIZE_PTR)(pfile->buf_start))); in rtw_remainder_len()
53 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c303 …skb_reserve(pkt_copy, 8 - ((SIZE_PTR)(pkt_copy->data) & 7));/* force pkt_copy->data at 8-byte alig… in rtl8723bs_recv_tasklet()
391 precvpriv->precv_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_recv_buf), 4); in rtl8723bs_init_recv_priv()
399 SIZE_PTR tmpaddr = 0; in rtl8723bs_init_recv_priv()
400 SIZE_PTR alignment = 0; in rtl8723bs_init_recv_priv()
407 tmpaddr = (SIZE_PTR)precvbuf->pskb->data; in rtl8723bs_init_recv_priv()
Dsdio_ops.c809 SIZE_PTR tmpaddr = 0; in sd_recv_rxfifo()
810 SIZE_PTR alignment = 0; in sd_recv_rxfifo()
818 tmpaddr = (SIZE_PTR)recvbuf->pskb->data; in sd_recv_rxfifo()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dbasic_types.h18 #define SIZE_PTR __kernel_size_t macro
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_xmit.c79 pxmitpriv->pxmit_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_frame_buf), 4); in _rtw_init_xmit_priv()
117 pxmitpriv->pxmitbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmitbuf), 4); in _rtw_init_xmit_priv()
166 pxmitpriv->xframe_ext = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->xframe_ext_alloc_addr), 4); in _rtw_init_xmit_priv()
200 pxmitpriv->pxmit_extbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitpriv->pallocated_xmit_extbuf), 4); in _rtw_init_xmit_priv()
812 payload = (u8 *)round_up((SIZE_PTR)(payload), 4); in xmitframe_addmic()
1026 SIZE_PTR addr; in rtw_xmitframe_coalesce()
1116 addr = (SIZE_PTR)(pframe); in rtw_xmitframe_coalesce()
1665 pxframe = (struct xmit_frame *)N_BYTE_ALIGMENT((SIZE_PTR)(alloc_addr), 4); in rtw_alloc_xmitframe_once()
Drtw_security.c87 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_wep_encrypt()
523 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_tkip_encrypt()
1068 pframe = (u8 *)round_up((SIZE_PTR)(pframe), 4); in rtw_aes_encrypt()
Drtw_sta_mgt.c63 ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); in _rtw_init_sta_priv()
Drtw_cmd.c178 …pcmdpriv->cmd_buf = pcmdpriv->cmd_allocated_buf + CMDBUFF_ALIGN_SZ - ((SIZE_PTR)(pcmdpriv->cmd_a… in rtw_init_cmd_priv()
187 …pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((SIZE_PTR)(pcmdpriv->rsp_allocated_buf) &… in rtw_init_cmd_priv()
Drtw_mlme_ext.c717 algorithm = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset)); in OnAuth()
718 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuth()
877 seq = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 2)); in OnAuthClient()
878 status = le16_to_cpu(*(__le16 *)((SIZE_PTR)pframe + WLAN_HDR_A3_LEN + offset + 4)); in OnAuthClient()
Drtw_recv.c57 …precvpriv->precv_frame_buf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(precvpriv->pallocated_frame_buf), RX… in _rtw_init_recv_priv()