Home
last modified time | relevance | path

Searched refs:pallocated_buf (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c50 pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()
51 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()
54 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
63 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dxmit_linux.c76 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); in rtw_os_xmit_resource_alloc()
77 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()
80 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((size_t)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
101 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
Drecv_linux.c48 precvbuf->pallocated_buf = NULL; in rtw_os_recvbuf_resource_alloc()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp.c579 kfree(pmptx->pallocated_buf); in mp_xmit_packet_thread()
580 pmptx->pallocated_buf = NULL; in mp_xmit_packet_thread()
629 kfree(pmp_priv->tx.pallocated_buf); in SetPacketTx()
632 pmp_priv->tx.pallocated_buf = kzalloc(pmp_priv->tx.buf_size, GFP_KERNEL); in SetPacketTx()
633 if (!pmp_priv->tx.pallocated_buf) { in SetPacketTx()
637 pmp_priv->tx.buf = (u8 *)N_BYTE_ALIGMENT((size_t)(pmp_priv->tx.pallocated_buf), XMITBUF_ALIGN_SZ); in SetPacketTx()
/Linux-v5.15/drivers/staging/rtl8712/
Drtl8712_recv.h103 u8 *pallocated_buf; member
Drtl871x_xmit.c130 pxmitbuf->pallocated_buf = in _r8712_init_xmit_priv()
132 if (!pxmitbuf->pallocated_buf) in _r8712_init_xmit_priv()
134 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()
135 ((addr_t) (pxmitbuf->pallocated_buf) & in _r8712_init_xmit_priv()
167 kfree(pxmitbuf->pallocated_buf); in _free_xmit_priv()
Drecv_linux.c50 precvbuf->pallocated_buf = NULL; in r8712_os_recvbuf_resource_alloc()
Drtl871x_xmit.h138 u8 *pallocated_buf; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_recv.h227 u8 *pallocated_buf; member
Drtw_xmit.h193 u8 *pallocated_buf; member
Drtw_mp.h122 u8 *pallocated_buf; member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mp.h42 u8 *pallocated_buf; member
Drtw_recv.h285 u8 *pallocated_buf; member
Drtw_xmit.h246 u8 *pallocated_buf; member