Home
last modified time | relevance | path

Searched refs:tx_dma_ch_mask (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Drtw8852ae.c44 .tx_dma_ch_mask = 0,
Drtw8851be.c44 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
Drtw8852be.c44 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
Drtw8852ce.c53 .tx_dma_ch_mask = 0,
Dpci.c1125 if (info->tx_dma_ch_mask & BIT(i)) in __rtw89_pci_ops_flush_txchs()
1432 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_reset_trx_rings()
1485 if (info->tx_dma_ch_mask & BIT(txch)) in rtw89_pci_ops_reset()
2803 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_free_tx_rings()
3000 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_alloc_tx_rings()
Dpci.h792 u32 tx_dma_ch_mask; member