Searched refs:rtw_rx_buf_ring (Results 1 – 3 of 3) sorted by relevance
56 struct rtw_rx_buf_ring { struct769 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()1198 struct rtw_rx_buf_ring *rx_pool; in phl_trx_deinit_sdio()1214 rx_pool = (struct rtw_rx_buf_ring *)hci->rxbuf_pool; in phl_trx_deinit_sdio()1244 sizeof(struct rtw_rx_buf_ring)); in phl_trx_deinit_sdio()1314 struct rtw_rx_buf_ring *rx_pool; in phl_trx_init_sdio()1393 sizeof(struct rtw_rx_buf_ring)); in phl_trx_init_sdio()1396 rx_pool = (struct rtw_rx_buf_ring*)hci->rxbuf_pool; in phl_trx_init_sdio()
1266 struct rtw_rx_buf_ring *rx_buf_ring, in enqueue_busy_rx_buf()1292 struct rtw_rx_buf_ring *rx_buf_ring, in enqueue_idle_rx_buf()1318 struct rtw_rx_buf_ring *rx_buf_ring) in query_busy_rx_buf()1338 struct rtw_rx_buf_ring *rx_buf_ring) in query_idle_rx_buf()1363 struct rtw_rx_buf_ring *rx_buf_ring = NULL; in phl_release_target_rx_buf()1367 rx_buf_ring = (struct rtw_rx_buf_ring *)hci_info->rxbuf_pool; in phl_release_target_rx_buf()1383 struct rtw_rx_buf_ring *rx_buf_ring, in phl_release_busy_rx_buf()1452 struct rtw_rx_buf_ring *ring = NULL; in _phl_free_rxbuf_pool_pcie()1456 ring = (struct rtw_rx_buf_ring *)rxbuf_pool; in _phl_free_rxbuf_pool_pcie()1473 sizeof(struct rtw_rx_buf_ring) * ch_num); in _phl_free_rxbuf_pool_pcie()[all …]
36 struct rtw_rx_buf_ring { struct