Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c769 struct rtw_rx_buf_ring *rx_pool = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_recycle_rx_buf_sdio()
823 struct rtw_rx_buf_ring *rx_pool = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_rx_sdio()
1168 struct rtw_rx_buf_ring *rx_pool = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_recv_rxfifo_sdio()
1213 if (hci->rxbuf_pool) { in phl_trx_deinit_sdio()
1214 rx_pool = (struct rtw_rx_buf_ring *)hci->rxbuf_pool; in phl_trx_deinit_sdio()
1243 _os_mem_free(drv, hci->rxbuf_pool, in phl_trx_deinit_sdio()
1245 hci->rxbuf_pool = NULL; in phl_trx_deinit_sdio()
1392 hci->rxbuf_pool = _os_mem_alloc(drv, in phl_trx_init_sdio()
1394 if (!hci->rxbuf_pool) in phl_trx_init_sdio()
1396 rx_pool = (struct rtw_rx_buf_ring*)hci->rxbuf_pool; in phl_trx_init_sdio()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h47 u8 *rxbuf_pool; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h52 u8 *rxbuf_pool; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c1367 rx_buf_ring = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_release_target_rx_buf()
1450 u8 *rxbuf_pool, u8 ch_num) in _phl_free_rxbuf_pool_pcie() argument
1456 ring = (struct rtw_rx_buf_ring *)rxbuf_pool; in _phl_free_rxbuf_pool_pcie()
1601 phl_info->hci->rxbuf_pool = (u8 *)rx_buf_ring; in _phl_alloc_rxbuf_pool_pcie()
2051 ring = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in _phl_update_default_rx_bd()
2099 ring = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_rx_reset_pcie()
2394 _phl_free_rxbuf_pool_pcie(phl_info, hci_info->rxbuf_pool, in phl_trx_deinit_pcie()
2396 hci_info->rxbuf_pool = NULL; in phl_trx_deinit_pcie()
3564 rx_buf_ring = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_rx_pcie()