Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dpci.h1232 u32 tx_bd_addrs[RTW89_TXCH_NUM];
1245 struct rtw89_pci_ch_dma_addr tx[RTW89_TXCH_NUM];
1322 const struct rtw89_pci_bd_ram (*bd_ram_table)[RTW89_TXCH_NUM];
1492 struct rtw89_pci_tx_ring tx_rings[RTW89_TXCH_NUM];
1496 DECLARE_BITMAP(kick_map, RTW89_TXCH_NUM);
1594 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM];
1595 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM];
Dtxrx.h643 RTW89_TXCH_NUM, enumerator
644 RTW89_TXCH_MAX = RTW89_TXCH_NUM - 1
Dpci.c1061 if (txch >= RTW89_TXCH_NUM) in rtw89_pci_get_txch_addrs()
1240 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_tx_kick_off_pending()
1281 for (i = 0; i < RTW89_TXCH_NUM; i++) { in __rtw89_pci_ops_flush_txchs()
1296 __rtw89_pci_ops_flush_txchs(rtwdev, BIT(RTW89_TXCH_NUM) - 1, drop); in rtw89_pci_ops_flush_queues()
1557 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM] = {
1574 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM] = {
1620 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_reset_trx_rings()
1687 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_ops_reset()
1770 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_switch_bd_idx_addr()
3177 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_free_tx_rings()
[all …]