Lines Matching full:wed

12 	struct mtk_wed_device *wed = NULL;  in mt7915_init_tx_queues()  local
14 if (mtk_wed_device_active(&dev->mt76.mmio.wed)) { in mt7915_init_tx_queues()
21 wed = &dev->mt76.mmio.wed; in mt7915_init_tx_queues()
25 wed, MT_WED_Q_TX(idx)); in mt7915_init_tx_queues()
87 if (is_mt7916(&dev->mt76) && mtk_wed_device_active(&dev->mt76.mmio.wed)) { in mt7915_dma_config()
309 if (mtk_wed_device_active(&dev->mt76.mmio.wed) && wed_reset) { in mt7915_dma_start()
323 mtk_wed_device_start(&dev->mt76.mmio.wed, wed_irq_mask); in mt7915_dma_start()
424 if (mtk_wed_device_active(&mdev->mmio.wed)) { in mt7915_dma_init()
494 if (mtk_wed_device_active(&mdev->mmio.wed) && is_mt7915(mdev)) { in mt7915_dma_init()
498 mdev->q_rx[MT_RXQ_MCU_WA].wed = &mdev->mmio.wed; in mt7915_dma_init()
511 if (mtk_wed_device_active(&mdev->mmio.wed) && in mt7915_dma_init()
512 mtk_wed_get_rx_capa(&mdev->mmio.wed)) { in mt7915_dma_init()
516 mdev->q_rx[MT_RXQ_MAIN].wed = &mdev->mmio.wed; in mt7915_dma_init()
533 if (mtk_wed_device_active(&mdev->mmio.wed)) { in mt7915_dma_init()
535 mdev->q_rx[MT_RXQ_MAIN_WA].wed = &mdev->mmio.wed; in mt7915_dma_init()
550 if (mtk_wed_device_active(&mdev->mmio.wed) && in mt7915_dma_init()
551 mtk_wed_get_rx_capa(&mdev->mmio.wed)) { in mt7915_dma_init()
555 mdev->q_rx[MT_RXQ_BAND1].wed = &mdev->mmio.wed; in mt7915_dma_init()
593 struct mtk_wed_device *wed = &dev->mt76.mmio.wed; in mt7915_dma_reset() local
613 if (mtk_wed_device_active(wed)) in mt7915_dma_reset()
614 mtk_wed_device_dma_reset(wed); in mt7915_dma_reset()
641 if (mtk_wed_device_active(wed) && is_mt7915(&dev->mt76)) in mt7915_dma_reset()