Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddma.c54 MCUQ_CONFIG(MT_MCUQ_WM, WFDMA0, MT_INT_TX_DONE_MCU_WM, MT7996_TXQ_MCU_WM); in mt7996_dma_config()
64 mt76_wr(dev, MT_MCUQ_EXT_CTRL(MT_MCUQ_WM) + ofs, PREFETCH(0x20, 0x2)); in __mt7996_dma_prefetch()
276 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, in mt7996_dma_init()
277 MT_MCUQ_ID(MT_MCUQ_WM), in mt7996_dma_init()
279 MT_MCUQ_RING_BASE(MT_MCUQ_WM)); in mt7996_dma_init()
H A Dregs.h446 MT_INT_TX_MCU(MT_MCUQ_WM) | \
H A Ddebugfs.c707 { dev->mt76.q_mcu[MT_MCUQ_WM], " MCUWM" }, in mt7996_xmit_queues_show()
/openbmc/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()
204 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.c1456 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], true); in mt7603_mac_watchdog_reset()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.c67 MCUQ_CONFIG(MT_MCUQ_WM, WFDMA1, MT_INT_TX_DONE_MCU_WM, in mt7915_dma_config()
78 MCUQ_CONFIG(MT_MCUQ_WM, WFDMA0, MT_INT_TX_DONE_MCU_WM, in mt7915_dma_config()
128 mt76_wr(dev, MT_MCUQ_EXT_CTRL(MT_MCUQ_WM) + ofs, PREFETCH(0x40, 0x4)); in __mt7915_dma_prefetch()
459 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, in mt7915_dma_init()
460 MT_MCUQ_ID(MT_MCUQ_WM), in mt7915_dma_init()
462 MT_MCUQ_RING_BASE(MT_MCUQ_WM)); in mt7915_dma_init()
H A Dregs.h750 MT_INT_TX_MCU(MT_MCUQ_WM) | \
H A Ddebugfs.c930 { dev->mt76.q_mcu[MT_MCUQ_WM], " MCUWM" }, in mt7915_xmit_queues_show()
/openbmc/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 Dsdio_mcu.c46 ret = mt76_tx_queue_skb_raw(dev, mdev->q_mcu[MT_MCUQ_WM], skb, 0); in mt7663s_mcu_send_message()
50 mt76_queue_kick(dev, mdev->q_mcu[MT_MCUQ_WM]); in mt7663s_mcu_send_message()
H A Ddebugfs.c399 { dev->mt76.q_mcu[MT_MCUQ_WM], "MCUQ" }, in mt7615_queues_read()
H A Dmt7615.h444 return MT_INT_TX_DONE(dev->mt76.q_mcu[MT_MCUQ_WM]->hw_idx); in mt7615_tx_mcu_int_mask()
H A Dmac.c2042 mt76_queue_tx_cleanup(dev, mdev->q_mcu[MT_MCUQ_WM], in mt7615_pm_wake_work()
H A Dmcu.c192 qid = MT_MCUQ_WM; in mt7615_mcu_send_message()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mmio.c152 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], false); in mt76x02_poll_tx()
159 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], false); in mt76x02_poll_tx()
205 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT_TX_HW_QUEUE_MCU, in mt76x02_dma_init()
470 mt76_queue_tx_cleanup(dev, dev->mt76.q_mcu[MT_MCUQ_WM], true); in mt76x02_watchdog_reset()
H A Dsdio_txrx.c242 bool mcu = q == dev->q_mcu[MT_MCUQ_WM]; in mt76s_tx_run_queue()
328 ret = mt76s_tx_run_queue(dev, dev->q_mcu[MT_MCUQ_WM]); in mt76s_txrx_worker()
376 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_connac.h320 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WM], false); in mt76_connac_tx_cleanup()
H A Dmt76.h95 MT_MCUQ_WM, enumerator
/openbmc/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.c181 ret = mt76_init_mcu_queue(&dev->mt76, MT_MCUQ_WM, MT7921_TXQ_MCU_WM, in mt7921_dma_init()

12