Searched refs:scratch_head (Results 1 – 2 of 2) sorted by relevance
1318 eth->scratch_head[j] = kcalloc(len, MTK_QDMA_PAGE_SIZE, GFP_KERNEL); in mtk_init_fq_dma()1320 if (unlikely(!eth->scratch_head[j])) in mtk_init_fq_dma()1324 eth->scratch_head[j], len * MTK_QDMA_PAGE_SIZE, in mtk_init_fq_dma()3318 kfree(eth->scratch_head[i]); in mtk_dma_free()3319 eth->scratch_head[i] = NULL; in mtk_dma_free()
1319 void *scratch_head[MTK_FQ_DMA_HEAD]; member