Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8922ae.c50 .tx_dma_ch_mask = 0,
Drtw8852ae.c50 .tx_dma_ch_mask = 0,
Drtw8852bte.c50 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
Drtw8852be.c50 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
Drtw8851be.c50 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
Drtw8852ce.c59 .tx_dma_ch_mask = 0,
Dpci.c1285 if (info->tx_dma_ch_mask & BIT(i)) in __rtw89_pci_ops_flush_txchs()
1621 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_reset_trx_rings()
1688 if (info->tx_dma_ch_mask & BIT(txch)) in rtw89_pci_ops_reset()
3178 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_free_tx_rings()
3376 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_alloc_tx_rings()
Dpci.h1319 u32 tx_dma_ch_mask; member