Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851be.c54 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852ae.c54 .tx_dma_ch_mask = 0,
H A Drtw8852bte.c60 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8922ae.c60 .tx_dma_ch_mask = 0,
H A Drtw8852be.c54 .tx_dma_ch_mask = BIT(RTW89_TXCH_ACH4) | BIT(RTW89_TXCH_ACH5) |
H A Drtw8852ce.c63 .tx_dma_ch_mask = 0,
H A Dpci.c608 info->tx_dma_ch_mask & BIT(rpp_info.txch))) { in rtw89_pci_release_rpp()
1424 if (info->tx_dma_ch_mask & BIT(i)) in __rtw89_pci_ops_flush_txchs()
1795 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_reset_trx_rings()
1888 if (info->tx_dma_ch_mask & BIT(txch)) in rtw89_pci_ops_reset()
3435 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_free_tx_rings()
3633 ch_num = RTW89_TXCH_NUM - hweight32(info->tx_dma_ch_mask); in rtw89_pci_alloc_tx_rings()
3646 if (info->tx_dma_ch_mask & BIT(i)) in rtw89_pci_alloc_tx_rings()
H A Dpci.h1424 u32 tx_dma_ch_mask; member