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()
1180 "mediatek,wed-pcie"); in mtk_wed_bus_init()
1358 __le32 wed; in mtk_wed_rro_cfg() member
1677 /* reset wed rx dma */ in mtk_wed_rx_reset()
1740 /* 1. reset WED tx DMA */ in mtk_wed_reset_dma()
1800 /* 3. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1818 /* 4. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1984 /* wed control cr set */ in mtk_wed_configure_irq()
2411 dev_info(device, "attaching wed device %d version %d\n", in mtk_wed_attach()
2450 dev_err(dev->hw->dev, "failed to attach wed device\n"); in mtk_wed_attach()
2468 * driver allocated DMA ring gets configured into WED MTK_WED_RING_TX(n) in mtk_wed_tx_ring_setup()
2471 * WED driver posts its own DMA ring as WLAN PDMA TX and configures it in mtk_wed_tx_ring_setup()
2473 * It gets filled with packets picked up from WED TX ring and from in mtk_wed_tx_ring_setup()
2508 /* WED -> WPDMA */ in mtk_wed_tx_ring_setup()
2529 * For txfree event handling, the same DMA ring is shared between WED in mtk_wed_txfree_ring_setup()
2531 * WED in mtk_wed_txfree_ring_setup()
2567 /* WPDMA -> WED */ in mtk_wed_rx_ring_setup()
2744 mtk_wed_setup_tc(struct mtk_wed_device *wed, struct net_device *dev, in mtk_wed_setup_tc() argument
2747 struct mtk_wed_hw *hw = wed->hw; in mtk_wed_setup_tc()