Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3010 int (*poll_txdma_ch)(struct rtw89_dev *rtwdev); member
4574 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()
H A Dpci.c3829 .poll_txdma_ch = rtw89_poll_txdma_ch_idle_pcie,