Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c22 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); in rtw_os_xmit_resource_alloc()
23 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()
26 pxmitbuf->pbuf = PTR_ALIGN(pxmitbuf->pallocated_buf, XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
46 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c52 pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()
53 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()
56 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
65 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
/Linux-v5.4/drivers/staging/rtl8712/
Drtl8712_recv.h103 u8 *pallocated_buf; member
Drecv_linux.c50 precvbuf->pallocated_buf = NULL; in r8712_os_recvbuf_resource_alloc()
Drtl871x_xmit.c129 pxmitbuf->pallocated_buf = kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, in _r8712_init_xmit_priv()
131 if (!pxmitbuf->pallocated_buf) in _r8712_init_xmit_priv()
133 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()
134 ((addr_t) (pxmitbuf->pallocated_buf) & in _r8712_init_xmit_priv()
168 kfree(pxmitbuf->pallocated_buf); in _free_xmit_priv()
Drtl871x_xmit.h138 u8 *pallocated_buf; member
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_recv.h308 u8 *pallocated_buf; member
Drtw_mp.h47 u8 *pallocated_buf; member
Drtw_xmit.h255 u8 *pallocated_buf; member
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_xmit.h192 u8 *pallocated_buf; member