Home
last modified time | relevance | path

Searched refs:mtk_wdma (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c110 info->wdma_idx = path->mtk_wdma.wdma_idx; in mtk_flow_get_wdma_info()
111 info->queue = path->mtk_wdma.queue; in mtk_flow_get_wdma_info()
112 info->bss = path->mtk_wdma.bss; in mtk_flow_get_wdma_info()
113 info->wcid = path->mtk_wdma.wcid; in mtk_flow_get_wdma_info()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c1642 path->mtk_wdma.wdma_idx = wed->wdma_idx; in mt7915_net_fill_forward_path()
1643 path->mtk_wdma.bss = mvif->mt76.idx; in mt7915_net_fill_forward_path()
1644 path->mtk_wdma.wcid = is_mt7915(&dev->mt76) ? msta->wcid.idx : 0x3ff; in mt7915_net_fill_forward_path()
1645 path->mtk_wdma.queue = phy != &dev->phy; in mt7915_net_fill_forward_path()
/openbmc/linux/include/linux/
H A Dnetdevice.h920 } mtk_wdma; member