Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/xilinx/
Dzynqmp_dma.c222 struct zynqmp_dma_desc_sw *sw_desc_pool; member
472 chan->sw_desc_pool = kcalloc(ZYNQMP_DMA_NUM_DESCS, sizeof(*desc), in zynqmp_dma_alloc_chan_resources()
474 if (!chan->sw_desc_pool) in zynqmp_dma_alloc_chan_resources()
483 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
497 desc = chan->sw_desc_pool + i; in zynqmp_dma_alloc_chan_resources()
684 kfree(chan->sw_desc_pool); in zynqmp_dma_free_chan_resources()