Searched refs:ctrl_txdma_ch (Results 1 – 2 of 2) sorted by relevance
3007 void (*ctrl_txdma_ch)(struct rtw89_dev *rtwdev, bool enable); member4554 if (rtwdev->hci.ops->ctrl_txdma_ch) in rtw89_hci_ctrl_txdma_ch()4555 rtwdev->hci.ops->ctrl_txdma_ch(rtwdev, enable); in rtw89_hci_ctrl_txdma_ch()
3826 .ctrl_txdma_ch = rtw89_pci_ctrl_txdma_ch_pcie,