Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c78 dpaa2_dpdmai_free_comp(dpaa2_chan, &dpaa2_chan->comp_free); in dpaa2_qdma_free_chan_resources()
98 if (list_empty(&dpaa2_chan->comp_free)) { in dpaa2_qdma_request_desc()
125 comp_temp = list_first_entry(&dpaa2_chan->comp_free, in dpaa2_qdma_request_desc()
295 &dpaa2_chan->comp_free); in dpaa2_qdma_issue_pending()
612 dpaa2_dpdmai_free_comp(qchan, &qchan->comp_free); in dpaa2_dpdmai_free_channels()
628 list_move_tail(&dpaa2_comp->list, &qchan->comp_free); in dpaa2_qdma_free_desc()
648 INIT_LIST_HEAD(&dpaa2_chan->comp_free); in dpaa2_dpdmai_init_channels()
Ddpaa2-qdma.h83 struct list_head comp_free; member
/linux-6.1.9/drivers/dma/
Dfsl-qdma.c187 struct list_head comp_free; member
335 &fsl_queue->comp_free, list) { in fsl_qdma_free_chan_resources()
420 list_add_tail(&comp_temp->list, &queue->comp_free); in fsl_qdma_pre_request_enqueue_desc()
434 &queue->comp_free, list) { in fsl_qdma_pre_request_enqueue_desc()
464 if (!list_empty(&queue->comp_free)) { in fsl_qdma_request_enqueue_desc()
465 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-6.1.9/include/linux/
Dppp-comp.h40 void (*comp_free) (void *state); member
/linux-6.1.9/drivers/net/ppp/
Dppp_deflate.c574 .comp_free = z_comp_free,
592 .comp_free = z_comp_free,
Dppp_mppe.c636 .comp_free = mppe_free,
Dbsd_comp.c1135 .comp_free = bsd_free,
Dppp_generic.c3051 ocomp->comp_free(ostate); in ppp_set_compress()
3189 xcomp->comp_free(xstate); in ppp_ccp_closed()