Home
last modified time | relevance | path

Searched refs:busy_wd_page_cnt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.h79 u16 busy_wd_page_cnt; member
H A Dphl_trx_pcie.c829 wd_page_ring->busy_wd_page_cnt++; in enqueue_busy_wd_page()
1059 wd_page_ring->busy_wd_page_cnt--; in rtw_release_busy_wd_page()
1204 wd_ring[ch].busy_wd_page_cnt); in phl_tx_reset_pcie()
1826 wd_page_ring[i].busy_wd_page_cnt = 0; in _phl_alloc_wd_ring_pcie()
2682 wd_ring[dma_ch].busy_wd_page_cnt, in phl_prepare_tx_pcie()
2684 if (wd_ring[dma_ch].busy_wd_page_cnt > MAX_WD_PAGE_NUM * 4 / 5) in phl_prepare_tx_pcie()
2854 if (wd_ring->busy_wd_page_cnt > (bndy - 1)) { in phl_handle_busy_wd()
2855 release_num = wd_ring->busy_wd_page_cnt - (bndy - 1); in phl_handle_busy_wd()
3002 if (wd_ring[ch].pending_wd_page_cnt == 0 && wd_ring[ch].busy_wd_page_cnt == 0){ in phl_tx_pcie()