Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.c28 [RTW_TX_QUEUE_MGMT] = RTK_PCI_TXBD_IDX_MGMTQ,
41 case RTW_TX_QUEUE_MGMT: in rtw_pci_get_tx_qsel()
444 len = rtwpci->tx_rings[RTW_TX_QUEUE_MGMT].r.len; in rtw_pci_reset_buf_desc()
445 dma = rtwpci->tx_rings[RTW_TX_QUEUE_MGMT].r.dma; in rtw_pci_reset_buf_desc()
446 rtwpci->tx_rings[RTW_TX_QUEUE_MGMT].r.rp = 0; in rtw_pci_reset_buf_desc()
447 rtwpci->tx_rings[RTW_TX_QUEUE_MGMT].r.wp = 0; in rtw_pci_reset_buf_desc()
1171 rtw_pci_tx_isr(rtwdev, rtwpci, RTW_TX_QUEUE_MGMT); in rtw_pci_interrupt_threadfn()
H A Dsdio.c485 case RTW_TX_QUEUE_MGMT: in rtw_sdio_get_tx_addr()
558 case RTW_TX_QUEUE_MGMT: in rtw_sdio_check_free_txpg()
603 case RTW_TX_QUEUE_MGMT: in rtw_sdio_check_free_txpg()
720 case RTW_TX_QUEUE_MGMT: in rtw_sdio_get_tx_qsel()
H A Dtx.c736 queue = RTW_TX_QUEUE_MGMT; in rtw_tx_queue_mapping()
H A Dmain.h202 RTW_TX_QUEUE_MGMT = 0x5, enumerator