Home
last modified time | relevance | path

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

/linux/drivers/dma/fsl-dpaa2-qdma/
A Ddpaa2-qdma.c80 dpaa2_dpdmai_free_comp(dpaa2_chan, &dpaa2_chan->comp_free); in dpaa2_qdma_free_chan_resources()
100 if (list_empty(&dpaa2_chan->comp_free)) { in dpaa2_qdma_request_desc()
127 comp_temp = list_first_entry(&dpaa2_chan->comp_free, in dpaa2_qdma_request_desc()
297 &dpaa2_chan->comp_free); in dpaa2_qdma_issue_pending()
614 dpaa2_dpdmai_free_comp(qchan, &qchan->comp_free); in dpaa2_dpdmai_free_channels()
630 list_move_tail(&dpaa2_comp->list, &qchan->comp_free); in dpaa2_qdma_free_desc()
650 INIT_LIST_HEAD(&dpaa2_chan->comp_free); in dpaa2_dpdmai_init_channels()
A Ddpaa2-qdma.h84 struct list_head comp_free; member
/linux/drivers/dma/
A Dfsl-qdma.c192 struct list_head comp_free; member
340 &fsl_queue->comp_free, list) { in fsl_qdma_free_chan_resources()
421 list_add_tail(&comp_temp->list, &queue->comp_free); in fsl_qdma_pre_request_enqueue_desc()
435 &queue->comp_free, list) { in fsl_qdma_pre_request_enqueue_desc()
465 if (!list_empty(&queue->comp_free)) { in fsl_qdma_request_enqueue_desc()
466 comp_temp = list_first_entry(&queue->comp_free, in fsl_qdma_request_enqueue_desc()
1028 list_add_tail(&fsl_comp->list, &fsl_queue->comp_free); in fsl_qdma_free_desc()
1076 INIT_LIST_HEAD(&fsl_queue->comp_free); in fsl_qdma_alloc_chan_resources()
/linux/include/linux/
A Dppp-comp.h40 void (*comp_free) (void *state); member
/linux/drivers/net/ppp/
A Dppp_deflate.c574 .comp_free = z_comp_free,
592 .comp_free = z_comp_free,
A Dppp_mppe.c636 .comp_free = mppe_free,
A Dbsd_comp.c1135 .comp_free = bsd_free,
A Dppp_generic.c3066 ocomp->comp_free(ostate); in ppp_set_compress()
3204 xcomp->comp_free(xstate); in ppp_ccp_closed()

Completed in 27 milliseconds