Home
last modified time | relevance | path

Searched refs:MT_MCUQ_WM (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddma.c158 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], false); in mt7603_poll_tx()
165 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], false); in mt7603_poll_tx()
205 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT_TX_HW_QUEUE_MCU, in mt7603_dma_init()
H A Dmcu.c75 return mt76_tx_queue_skb_raw(dev, mdev->q_mcu[MT_MCUQ_WM], skb, 0); in mt7603_mcu_skb_send_msg()
H A Dmac.c1445 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], true); in mt7603_mac_watchdog_reset()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.c69 MCUQ_CONFIG(MT_MCUQ_WM, WFDMA1, MT_INT_TX_DONE_MCU_WM, in mt7915_dma_config()
80 MCUQ_CONFIG(MT_MCUQ_WM, WFDMA0, MT_INT_TX_DONE_MCU_WM, in mt7915_dma_config()
130 mt76_wr(dev, MT_MCUQ_EXT_CTRL(MT_MCUQ_WM) + ofs, PREFETCH(0x40, 0x4)); in __mt7915_dma_prefetch()
461 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, in mt7915_dma_init()
462 MT_MCUQ_ID(MT_MCUQ_WM), in mt7915_dma_init()
464 MT_MCUQ_RING_BASE(MT_MCUQ_WM)); in mt7915_dma_init()
H A Dmcu.c233 qid = MT_MCUQ_WM; in mt7915_mcu_send_message()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddma.c40 return mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT7622_TXQ_MCU, in mt7622_init_tx_queues_multi()
62 return mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT7615_TXQ_MCU, in mt7615_init_tx_queues()
77 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], false); in mt7615_poll_tx()
H A Ddebugfs.c399 { dev->mt76.q_mcu[MT_MCUQ_WM], "MCUQ" }, in mt7615_queues_read()
H A Dmac.c2031 mt76_queue_tx_cleanup(dev, mdev->q_mcu[MT_MCUQ_WM], in mt7615_pm_wake_work()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dsdio_txrx.c248 bool mcu = q == dev->q_mcu[MT_MCUQ_WM]; in mt76s_tx_run_queue()
334 ret = mt76s_tx_run_queue(dev, dev->q_mcu[MT_MCUQ_WM]); in mt76s_txrx_worker()
382 q = dev->q_mcu[MT_MCUQ_WM]; in mt76s_txqs_empty()
H A Dsdio.c360 dev->q_mcu[MT_MCUQ_WM] = q; in mt76s_alloc_tx()
438 mcu = q == dev->q_mcu[MT_MCUQ_WM]; in mt76s_process_tx_queue()
472 nframes = mt76s_process_tx_queue(dev, dev->q_mcu[MT_MCUQ_WM]); in mt76s_status_worker()
H A Dmt792x_debugfs.c106 { dev->mt76.q_mcu[MT_MCUQ_WM], "MCUWM" }, in mt792x_queues_read()
H A Dmt76x02_mcu.c63 ret = mt76_tx_queue_skb_raw(dev, mdev->q_mcu[MT_MCUQ_WM], skb, tx_info); in mt76x02_mcu_msg_send()
H A Dmt76.h107 MT_MCUQ_WM, enumerator
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dpci_mcu.c12 enum mt76_mcuq_id txq = MT_MCUQ_WM; in mt7925_mcu_send_message()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci_mcu.c26 enum mt76_mcuq_id txq = MT_MCUQ_WM; in mt7921_mcu_send_message()
H A Dsdio_mcu.c21 enum mt76_mcuq_id txq = MT_MCUQ_WM; in mt7921s_mcu_send_message()
H A Dpci.c188 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT7921_TXQ_MCU_WM, in mt7921_dma_init()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c274 qid = MT_MCUQ_WM; in mt7996_mcu_send_message()