Lines Matching full:wed
193 dev_err(dev->hw->dev, "failed to disable wed-wo\n"); in mtk_wed_wo_reset()
284 /* MT7986 WED devices do not have any pcie slot restrictions */ in mtk_wed_assign()
694 "mediatek,wed-pcie"); in mtk_wed_bus_init()
850 __le32 wed; in mtk_wed_rro_cfg() member
1094 /* reset wed rx dma */ in mtk_wed_rx_reset()
1153 /* 1. reset WED tx DMA */ in mtk_wed_reset_dma()
1186 /* 3. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1199 /* 4. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1340 /* wed control cr set */ in mtk_wed_configure_irq()
1530 dev_info(device, "attaching wed device %d version %d\n", in mtk_wed_attach()
1563 dev_err(dev->hw->dev, "failed to attach wed device\n"); in mtk_wed_attach()
1581 * driver allocated DMA ring gets configured into WED MTK_WED_RING_TX(n) in mtk_wed_tx_ring_setup()
1584 * WED driver posts its own DMA ring as WLAN PDMA TX and configures it in mtk_wed_tx_ring_setup()
1586 * It gets filled with packets picked up from WED TX ring and from in mtk_wed_tx_ring_setup()
1604 /* WED -> WPDMA */ in mtk_wed_tx_ring_setup()
1625 * For txfree event handling, the same DMA ring is shared between WED in mtk_wed_txfree_ring_setup()
1627 * WED in mtk_wed_txfree_ring_setup()
1663 /* WPDMA -> WED */ in mtk_wed_rx_ring_setup()
1840 mtk_wed_setup_tc(struct mtk_wed_device *wed, struct net_device *dev, in mtk_wed_setup_tc() argument
1843 struct mtk_wed_hw *hw = wed->hw; in mtk_wed_setup_tc()