Searched refs:desc_allocated (Results 1 – 7 of 7) sorted by relevance
30 struct list_head desc_allocated; member70 list_add_tail(&vd->node, &vc->desc_allocated); in vchan_tx_prep()120 list_add(&vd->node, &vc->desc_allocated); in vchan_vdesc_fini()180 list_splice_tail_init(&vc->desc_allocated, head); in vchan_get_all_descriptors()
225 int desc_allocated; member349 fsl_qdma->desc_allocated--; in fsl_qdma_free_chan_resources()1074 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()1107 fsl_qdma->desc_allocated++; in fsl_qdma_alloc_chan_resources()1108 return fsl_qdma->desc_allocated; in fsl_qdma_alloc_chan_resources()1173 fsl_qdma->desc_allocated = 0; in fsl_qdma_probe()
128 INIT_LIST_HEAD(&vc->desc_allocated); in vchan_init()
104 int desc_allocated; member
54 return dpaa2_qdma->desc_allocated++; in dpaa2_qdma_alloc_chan_resources()83 dpaa2_qdma->desc_allocated--; in dpaa2_qdma_free_chan_resources()717 dpaa2_qdma->desc_allocated = 0; in dpaa2_qdma_probe()
562 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_cqdma_free_inactive_desc()
745 list_splice_tail_init(&vc->desc_allocated, &head); in mtk_hsdma_free_inactive_desc()
Completed in 19 milliseconds