Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851be.c44 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852ae.c44 .tx_dma_ch_mask = 0,
H A Drtw8852ce.c53 .tx_dma_ch_mask = 0,
H A Drtw8852be.c44 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Dpci.c1126 if (info->tx_dma_ch_mask & BIT(i)) in __rtw89_pci_ops_flush_txchs()
1433 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_reset_trx_rings()
1486 if (info->tx_dma_ch_mask & BIT(txch)) in rtw89_pci_ops_reset()
2804 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_free_tx_rings()
3001 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_alloc_tx_rings()
H A Dpci.h792 u32 tx_dma_ch_mask; member