Home
last modified time | relevance | path

Searched refs:scratch_ring (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c761 eth->scratch_ring = dma_alloc_coherent(eth->dev, in mtk_init_fq_dma()
765 if (unlikely(!eth->scratch_ring)) in mtk_init_fq_dma()
783 eth->scratch_ring[i].txd1 = in mtk_init_fq_dma()
786 eth->scratch_ring[i].txd2 = (eth->phy_scratch_ring + in mtk_init_fq_dma()
788 eth->scratch_ring[i].txd3 = TX_DMA_SDL(MTK_QDMA_PAGE_SIZE); in mtk_init_fq_dma()
2065 if (eth->scratch_ring) { in mtk_dma_free()
2068 eth->scratch_ring, in mtk_dma_free()
2070 eth->scratch_ring = NULL; in mtk_dma_free()
Dmtk_eth_soc.h873 struct mtk_tx_dma *scratch_ring; member