Home
last modified time | relevance | path

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

/Linux-v6.1/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()
475 if (txch == RTW89_TXCH_CH12) { in rtw89_pci_release_rpp()
929 struct rtw89_pci_tx_ring *tx_ring = &rtwpci->tx_rings[RTW89_TXCH_CH12]; in __rtw89_pci_check_and_reclaim_tx_fwcmd_resource()
1005 if (txch == RTW89_TXCH_CH12) in rtw89_pci_check_and_reclaim_tx_resource()
1101 if (i == RTW89_TXCH_CH12) in __rtw89_pci_ops_flush_txchs()
1275 if (tx_ring->txch == RTW89_TXCH_CH12) in rtw89_pci_txbd_submit()
1317 if ((txch == RTW89_TXCH_CH12 || in rtw89_pci_tx_write()
1319 (txch != RTW89_TXCH_CH12 || in rtw89_pci_tx_write()
1377 [RTW89_TXCH_CH12] = {.start_idx = 60, .max_num = 4, .min_num = 1},
1450 if (txch == RTW89_TXCH_CH12) { in rtw89_pci_ops_reset()
[all …]
Dtxrx.h317 RTW89_TXCH_CH12 = 12, /* FW CMD */ enumerator
Dcore.c872 cnt = rtw89_hci_check_and_reclaim_tx_resource(rtwdev, RTW89_TXCH_CH12); in rtw89_h2c_tx()
883 rtw89_hci_tx_kick_off(rtwdev, RTW89_TXCH_CH12); in rtw89_h2c_tx()