Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/ !
H A Dusb.h65 struct sk_buff_head tx_queue[RTW89_TXCH_NUM];
H A Dpci.h1307 u32 tx_bd_addrs[RTW89_TXCH_NUM];
1320 struct rtw89_pci_ch_dma_addr tx[RTW89_TXCH_NUM];
1427 const struct rtw89_pci_bd_ram (*bd_ram_table)[RTW89_TXCH_NUM];
1591 struct rtw89_pci_tx_ring rings[RTW89_TXCH_NUM];
1630 DECLARE_BITMAP(kick_map, RTW89_TXCH_NUM);
1731 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM];
1732 extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM];
H A Dpci.c607 if (unlikely(rpp_info.txch >= RTW89_TXCH_NUM || in rtw89_pci_release_rpp()
1200 if (txch >= RTW89_TXCH_NUM) in rtw89_pci_get_txch_addrs()
1379 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_tx_kick_off_pending()
1420 for (i = 0; i < RTW89_TXCH_NUM; i++) { in __rtw89_pci_ops_flush_txchs()
1435 __rtw89_pci_ops_flush_txchs(rtwdev, BIT(RTW89_TXCH_NUM) - 1, drop); in rtw89_pci_ops_flush_queues()
1694 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[RTW89_TXCH_NUM] = {
1711 const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[RTW89_TXCH_NUM] = {
1794 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_reset_trx_rings()
1887 for (txch = 0; txch < RTW89_TXCH_NUM; txch++) { in rtw89_pci_ops_reset()
1970 for (i = 0; i < RTW89_TXCH_NUM; i++) { in rtw89_pci_switch_bd_idx_addr()
[all …]
H A Dtxrx.h675 RTW89_TXCH_NUM, enumerator
676 RTW89_TXCH_MAX = RTW89_TXCH_NUM - 1