Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.c1072 eth->scratch_ring = dma_alloc_coherent(eth->dma_dev, in mtk_init_fq_dma()
1076 if (unlikely(!eth->scratch_ring)) in mtk_init_fq_dma()
1094 txd = eth->scratch_ring + i * soc->txrx.txd_size; in mtk_init_fq_dma()
3023 if (eth->scratch_ring) { in mtk_dma_free()
3026 eth->scratch_ring, eth->phy_scratch_ring); in mtk_dma_free()
3027 eth->scratch_ring = NULL; in mtk_dma_free()
A Dmtk_eth_soc.h1157 void *scratch_ring; member

Completed in 17 milliseconds