Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw89/
Dpci.c111 struct rtw89_pci_tx_ring *tx_ring = &rtwpci->tx_rings[RTW89_TXCH_CH12]; in rtw89_pci_reclaim_tx_fwcmd()
487 if (txch == RTW89_TXCH_CH12) { in rtw89_pci_release_rpp()
939 struct rtw89_pci_tx_ring *tx_ring = &rtwpci->tx_rings[RTW89_TXCH_CH12]; in __rtw89_pci_check_and_reclaim_tx_fwcmd_resource()
961 if (txch != RTW89_TXCH_CH12) in __rtw89_pci_check_and_reclaim_tx_resource_noio()
1028 if (txch == RTW89_TXCH_CH12) in rtw89_pci_check_and_reclaim_tx_resource()
1124 if (i == RTW89_TXCH_CH12) in __rtw89_pci_ops_flush_txchs()
1300 if (tx_ring->txch == RTW89_TXCH_CH12) in rtw89_pci_txbd_submit()
1342 if ((txch == RTW89_TXCH_CH12 || in rtw89_pci_tx_write()
1344 (txch != RTW89_TXCH_CH12 || in rtw89_pci_tx_write()
1402 [RTW89_TXCH_CH12] = {.start_idx = 60, .max_num = 4, .min_num = 1},
[all …]
Dtxrx.h298 RTW89_TXCH_CH12 = 12, /* FW CMD */ enumerator
Dcore.c986 cnt = rtw89_hci_check_and_reclaim_tx_resource(rtwdev, RTW89_TXCH_CH12); in rtw89_h2c_tx()
997 rtw89_hci_tx_kick_off(rtwdev, RTW89_TXCH_CH12); in rtw89_h2c_tx()