Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/xilinx/
Dzynqmp_dma.c221 struct zynqmp_dma_desc_sw *sw_desc_pool; member
471 chan->sw_desc_pool = kcalloc(ZYNQMP_DMA_NUM_DESCS, sizeof(*desc), in zynqmp_dma_alloc_chan_resources()
473 if (!chan->sw_desc_pool) in zynqmp_dma_alloc_chan_resources()
482 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
496 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
683 kfree(chan->sw_desc_pool); in zynqmp_dma_free_chan_resources()