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()
693 "mediatek,wed-pcie"); in mtk_wed_bus_init()
849 __le32 wed; in mtk_wed_rro_cfg() member
1093 /* reset wed rx dma */ in mtk_wed_rx_reset()
1152 /* 1. reset WED tx DMA */ in mtk_wed_reset_dma()
1185 /* 3. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1198 /* 4. reset WED WPDMA tx */ in mtk_wed_reset_dma()
1339 /* wed control cr set */ in mtk_wed_configure_irq()
1529 dev_info(device, "attaching wed device %d version %d\n", in mtk_wed_attach()
1562 dev_err(dev->hw->dev, "failed to attach wed device\n"); in mtk_wed_attach()
1580 * driver allocated DMA ring gets configured into WED MTK_WED_RING_TX(n) in mtk_wed_tx_ring_setup()
1583 * WED driver posts its own DMA ring as WLAN PDMA TX and configures it in mtk_wed_tx_ring_setup()
1585 * It gets filled with packets picked up from WED TX ring and from in mtk_wed_tx_ring_setup()
1603 /* WED -> WPDMA */ in mtk_wed_tx_ring_setup()
1624 * For txfree event handling, the same DMA ring is shared between WED in mtk_wed_txfree_ring_setup()
1626 * WED in mtk_wed_txfree_ring_setup()
1662 /* WPDMA -> WED */ in mtk_wed_rx_ring_setup()
1838 mtk_wed_setup_tc(struct mtk_wed_device *wed, struct net_device *dev, in mtk_wed_setup_tc() argument
1841 struct mtk_wed_hw *hw = wed->hw; in mtk_wed_setup_tc()