Searched refs:pallocated_buf (Results 1 – 10 of 10) sorted by relevance
21 pxmitbuf->pallocated_buf = kzalloc(alloc_sz, GFP_KERNEL); in rtw_os_xmit_resource_alloc()22 if (!pxmitbuf->pallocated_buf) in rtw_os_xmit_resource_alloc()25 pxmitbuf->pbuf = PTR_ALIGN(pxmitbuf->pallocated_buf, XMITBUF_ALIGN_SZ); in rtw_os_xmit_resource_alloc()45 kfree(pxmitbuf->pallocated_buf); in rtw_os_xmit_resource_free()
52 pxmitbuf->pallocated_buf = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()53 if (pxmitbuf->pallocated_buf == NULL) 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()
115 u8 *pallocated_buf; member
63 precvbuf->pallocated_buf = NULL; in r8712_os_recvbuf_resource_alloc()
141 pxmitbuf->pallocated_buf = kmalloc(MAX_XMITBUF_SZ + XMITBUF_ALIGN_SZ, in _r8712_init_xmit_priv()143 if (!pxmitbuf->pallocated_buf) in _r8712_init_xmit_priv()145 pxmitbuf->pbuf = pxmitbuf->pallocated_buf + XMITBUF_ALIGN_SZ - in _r8712_init_xmit_priv()146 ((addr_t) (pxmitbuf->pallocated_buf) & in _r8712_init_xmit_priv()179 kfree(pxmitbuf->pallocated_buf); in _free_xmit_priv()
150 u8 *pallocated_buf; member
192 u8 *pallocated_buf; member
308 u8 *pallocated_buf; member
47 u8 *pallocated_buf; member
254 u8 *pallocated_buf; member