Home
last modified time | relevance | path

Searched refs:prealloc_buf_addr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dxmit_linux.c191 …pxframe->prealloc_buf_addr = rtw_usb_buffer_alloc(pusbd, (size_t)alloc_sz, &pxframe->dma_transfer_… in rtw_os_xmit_resource_alloc()
192 if (pxframe->prealloc_buf_addr == NULL) { in rtw_os_xmit_resource_alloc()
197 pxframe->buf_addr = pxframe->prealloc_buf_addr; in rtw_os_xmit_resource_alloc()
199 pxframe->prealloc_buf_addr = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()
200 if (pxframe->prealloc_buf_addr == NULL) { in rtw_os_xmit_resource_alloc()
205 …pxframe->buf_addr = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxframe->prealloc_buf_addr), SZ_ALIGN_XMITFRA… in rtw_os_xmit_resource_alloc()
218 if (pxframe->prealloc_buf_addr) { in rtw_os_xmit_resource_free()
219 …rtw_usb_buffer_free(pusbd, (size_t)free_sz, pxframe->prealloc_buf_addr, pxframe->dma_transfer_addr… in rtw_os_xmit_resource_free()
220 pxframe->prealloc_buf_addr = NULL; in rtw_os_xmit_resource_free()
225 if (pxframe->prealloc_buf_addr) { in rtw_os_xmit_resource_free()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dxmit_linux.c191 …pxframe->prealloc_buf_addr = rtw_usb_buffer_alloc(pusbd, (size_t)alloc_sz, &pxframe->dma_transfer_… in rtw_os_xmit_resource_alloc()
192 if (pxframe->prealloc_buf_addr == NULL) { in rtw_os_xmit_resource_alloc()
197 pxframe->buf_addr = pxframe->prealloc_buf_addr; in rtw_os_xmit_resource_alloc()
199 pxframe->prealloc_buf_addr = rtw_zmalloc(alloc_sz); in rtw_os_xmit_resource_alloc()
200 if (pxframe->prealloc_buf_addr == NULL) { in rtw_os_xmit_resource_alloc()
205 …pxframe->buf_addr = (u8 *)N_BYTE_ALIGMENT((SIZE_PTR)(pxframe->prealloc_buf_addr), SZ_ALIGN_XMITFRA… in rtw_os_xmit_resource_alloc()
218 if (pxframe->prealloc_buf_addr) { in rtw_os_xmit_resource_free()
219 …rtw_usb_buffer_free(pusbd, (size_t)free_sz, pxframe->prealloc_buf_addr, pxframe->dma_transfer_addr… in rtw_os_xmit_resource_free()
220 pxframe->prealloc_buf_addr = NULL; in rtw_os_xmit_resource_free()
225 if (pxframe->prealloc_buf_addr) { in rtw_os_xmit_resource_free()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_xmit.h728 u8 *prealloc_buf_addr; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_xmit.h732 u8 *prealloc_buf_addr; member