Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/xilinx/
Dxilinx_vdma.c217 struct xilinx_vdma_tx_descriptor *allocated_desc; member
347 if (chan->allocated_desc) in xilinx_vdma_alloc_tx_descriptor()
348 return chan->allocated_desc; in xilinx_vdma_alloc_tx_descriptor()
355 chan->allocated_desc = desc; in xilinx_vdma_alloc_tx_descriptor()
913 chan->allocated_desc = NULL; in xilinx_vdma_tx_submit()