Home
last modified time | relevance | path

Searched refs:RTW89_TXCH_NUM (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1247 u32 tx_bd_addrs[RTW89_TXCH_NUM];
1260 struct rtw89_pci_ch_dma_addr tx[RTW89_TXCH_NUM];
1354 const struct rtw89_pci_bd_ram (*bd_ram_table)[RTW89_TXCH_NUM];
1526 struct rtw89_pci_tx_ring tx_rings[RTW89_TXCH_NUM];
1530 DECLARE_BITMAP(kick_map, RTW89_TXCH_NUM);
1628 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM];
1629 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM];
H A Dtxrx.h646 RTW89_TXCH_NUM, enumerator
647 RTW89_TXCH_MAX = RTW89_TXCH_NUM - 1
H A Dpci.c1067 if (txch >= RTW89_TXCH_NUM) in rtw89_pci_get_txch_addrs()
1246 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_tx_kick_off_pending()
1287 for (i = 0; i < RTW89_TXCH_NUM; i++) { in __rtw89_pci_ops_flush_txchs()
1302 __rtw89_pci_ops_flush_txchs(rtwdev, BIT(RTW89_TXCH_NUM) - 1, drop); in rtw89_pci_ops_flush_queues()
1563 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM] = {
1580 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM] = {
1626 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_reset_trx_rings()
1693 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_ops_reset()
1776 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_switch_bd_idx_addr()
3218 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_free_tx_rings()
[all …]