Home
last modified time | relevance | path

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

/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c146 &fsl_queue->comp_free, list) { in fsl_qdma_free_chan_resources()
237 list_add_tail(&comp_temp->list, &queue->comp_free); in fsl_qdma_pre_request_enqueue_comp_sd_desc()
244 &queue->comp_free, list) { in fsl_qdma_pre_request_enqueue_comp_sd_desc()
263 if (!list_empty(&queue->comp_free)) { in fsl_qdma_request_enqueue_desc()
264 comp_temp = list_first_entry(&queue->comp_free, in fsl_qdma_request_enqueue_desc()
464 list_add_tail(&fsl_comp->list, &temp_queue->comp_free); in fsl_qdma_queue_transfer_complete()
639 INIT_LIST_HEAD(&fsl_queue->comp_free); in fsl_qdma_alloc_chan_resources()
H A Ddpaa_qdma.h164 struct list_head comp_free; member