Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c49 pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()
50 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()
53 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()
62 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h270 u8 *pallocated_buf; member
H A Drtw_xmit.h236 u8 *pallocated_buf; member