Lines Matching full:wed
414 dev_err(dev->hw->dev, "failed to disable wed-wo\n"); in mtk_wed_wo_reset()
505 /* MT7986 WED devices do not have any pcie slot restrictions */ in mtk_wed_assign()
1179 "mediatek,wed-pcie"); in mtk_wed_bus_init()
1357 __le32 wed; in mtk_wed_rro_cfg() member
1676 /* reset wed rx dma */ in mtk_wed_rx_reset()
1739 /* 1. reset WED tx DMA */ in mtk_wed_reset_dma()
1799 /* 3. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1817 /* 4. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1983 /* wed control cr set */ in mtk_wed_configure_irq()
2410 dev_info(device, "attaching wed device %d version %d\n", in mtk_wed_attach()
2449 dev_err(dev->hw->dev, "failed to attach wed device\n"); in mtk_wed_attach()
2467 * driver allocated DMA ring gets configured into WED MTK_WED_RING_TX(n) in mtk_wed_tx_ring_setup()
2470 * WED driver posts its own DMA ring as WLAN PDMA TX and configures it in mtk_wed_tx_ring_setup()
2472 * It gets filled with packets picked up from WED TX ring and from in mtk_wed_tx_ring_setup()
2507 /* WED -> WPDMA */ in mtk_wed_tx_ring_setup()
2528 * For txfree event handling, the same DMA ring is shared between WED in mtk_wed_txfree_ring_setup()
2530 * WED in mtk_wed_txfree_ring_setup()
2566 /* WPDMA -> WED */ in mtk_wed_rx_ring_setup()
2742 mtk_wed_setup_tc(struct mtk_wed_device *wed, struct net_device *dev, in mtk_wed_setup_tc() argument
2745 struct mtk_wed_hw *hw = wed->hw; in mtk_wed_setup_tc()