Searched refs:pallocated_buf (Results 1 – 3 of 3) sorted by relevance
52 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()
252 u8 *pallocated_buf; member
236 u8 *pallocated_buf; member