Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A 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()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_xmit.c129 pxmitbuf->pallocated_buf = in _r8712_init_xmit_priv()
131 if (!pxmitbuf->pallocated_buf) { in _r8712_init_xmit_priv()
135 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()
136 ((addr_t) (pxmitbuf->pallocated_buf) & in _r8712_init_xmit_priv()
158 kfree(pxmitbuf->pallocated_buf); in _r8712_init_xmit_priv()
164 kfree(pxmitbuf->pallocated_buf); in _r8712_init_xmit_priv()
192 kfree(pxmitbuf->pallocated_buf); in _free_xmit_priv()
H A Drtl8712_recv.h103 u8 *pallocated_buf; member
H A Drecv_linux.c50 precvbuf->pallocated_buf = NULL; in r8712_os_recvbuf_resource_alloc()
H A Drtl871x_xmit.h138 u8 *pallocated_buf; member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mp.h42 u8 *pallocated_buf; member
H A Drtw_recv.h285 u8 *pallocated_buf; member
H A Drtw_xmit.h246 u8 *pallocated_buf; member