Home
last modified time | relevance | path

Searched refs:txbuf_pool (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c204 struct rtw_tx_buf_ring *tx_pool = (struct rtw_tx_buf_ring *)hci->txbuf_pool; in txbuf_wait()
386 struct rtw_tx_buf_ring *tx_pool = (struct rtw_tx_buf_ring *)phl_info->hci->txbuf_pool; in phl_handle_xmit_ring_sdio()
389 struct rtw_tx_buf *txbuf = (struct rtw_tx_buf *)phl_info->hci->txbuf_pool; in phl_handle_xmit_ring_sdio()
500 tx_pool = (struct rtw_tx_buf_ring *)hci->txbuf_pool; in phl_tx_sdio_thrd_hdl()
567 struct rtw_tx_buf *txbuf = (struct rtw_tx_buf*)hci->txbuf_pool; in _phl_tx_sdio()
1260 if (hci->txbuf_pool) { in phl_trx_deinit_sdio()
1261 tx_pool = (struct rtw_tx_buf_ring *)hci->txbuf_pool; in phl_trx_deinit_sdio()
1262 hci->txbuf_pool = NULL; in phl_trx_deinit_sdio()
1284 if (hci->txbuf_pool) { in phl_trx_deinit_sdio()
1285 txbuf = (struct rtw_tx_buf*)hci->txbuf_pool; in phl_trx_deinit_sdio()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h46 u8 *txbuf_pool; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h51 u8 *txbuf_pool; member