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.c52 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); 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/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h252 u8 *pallocated_buf; member
H A Drtw_xmit.h236 u8 *pallocated_buf; member