Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852ae.c51 .tx_dma_ch_mask = 0,
H A Drtw8851be.c51 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852be.c51 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852bte.c57 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852ce.c60 .tx_dma_ch_mask = 0,
H A Drtw8922ae.c57 .tx_dma_ch_mask = 0,
H A Dpci.c1291 if (info->tx_dma_ch_mask & BIT(i)) in __rtw89_pci_ops_flush_txchs()
1627 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_reset_trx_rings()
1694 if (info->tx_dma_ch_mask & BIT(txch)) in rtw89_pci_ops_reset()
3219 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_free_tx_rings()
3417 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_alloc_tx_rings()
H A Dpci.h1351 u32 tx_dma_ch_mask; member