Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/xilinx/
Dzynqmp_dma.c224 struct zynqmp_dma_desc_sw *sw_desc_pool; member
474 chan->sw_desc_pool = kcalloc(ZYNQMP_DMA_NUM_DESCS, sizeof(*desc), in zynqmp_dma_alloc_chan_resources()
476 if (!chan->sw_desc_pool) in zynqmp_dma_alloc_chan_resources()
485 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
498 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
681 kfree(chan->sw_desc_pool); in zynqmp_dma_free_chan_resources()