Searched refs:pallocated_buf (Results 1 – 8 of 8) sorted by relevance
32 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); in rtw_os_xmit_resource_alloc23a()33 if (pxmitbuf->pallocated_buf == NULL) in rtw_os_xmit_resource_alloc23a()36 pxmitbuf->pbuf = PTR_ALIGN(pxmitbuf->pallocated_buf, XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc23a()55 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free23a()
76 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); in rtw_os_xmit_resource_alloc()77 if (pxmitbuf->pallocated_buf == NULL) in rtw_os_xmit_resource_alloc()80 pxmitbuf->pbuf = (u8 *)N_BYTE_ALIGMENT((size_t)(pxmitbuf->pallocated_buf), XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()101 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
115 u8 *pallocated_buf; member
63 precvbuf->pallocated_buf = NULL; in r8712_os_recvbuf_resource_alloc()
138 pxmitbuf->pallocated_buf = kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, in _r8712_init_xmit_priv()140 if (pxmitbuf->pallocated_buf == NULL) in _r8712_init_xmit_priv()142 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()143 ((addr_t) (pxmitbuf->pallocated_buf) & in _r8712_init_xmit_priv()176 kfree(pxmitbuf->pallocated_buf); in _free_xmit_priv()
147 u8 *pallocated_buf; member
204 u8 *pallocated_buf; member
205 u8 *pallocated_buf; member