Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c73 static void ccp_free_desc_resources(struct ccp_device *ccp, in ccp_free_desc_resources() function
97 ccp_free_desc_resources(chan->ccp, &chan->complete); in ccp_free_chan_resources()
98 ccp_free_desc_resources(chan->ccp, &chan->active); in ccp_free_chan_resources()
99 ccp_free_desc_resources(chan->ccp, &chan->pending); in ccp_free_chan_resources()
100 ccp_free_desc_resources(chan->ccp, &chan->created); in ccp_free_chan_resources()
626 ccp_free_desc_resources(chan->ccp, &chan->active); in ccp_terminate_all()
627 ccp_free_desc_resources(chan->ccp, &chan->pending); in ccp_terminate_all()
628 ccp_free_desc_resources(chan->ccp, &chan->created); in ccp_terminate_all()