Searched refs:poll_txdma_ch (Results 1 – 2 of 2) sorted by relevance
3010 int (*poll_txdma_ch)(struct rtw89_dev *rtwdev); member4574 if (rtwdev->hci.ops->poll_txdma_ch) in rtw89_hci_poll_txdma_ch()4575 ret = rtwdev->hci.ops->poll_txdma_ch(rtwdev); in rtw89_hci_poll_txdma_ch()
3828 .poll_txdma_ch = rtw89_poll_txdma_ch_idle_pcie,