Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp.h254 ccp_queue_get_ring_space(struct ccp_queue *qp) in ccp_queue_get_ring_space() function
H A Dccp_hardware.c855 if (ccp_queue_get_ring_space(qp) == 0) in ccp_passthrough()
1045 if (ccp_queue_get_ring_space(qp) == 0) in ccp_sha_single_desc()
1611 if (ccp_queue_get_ring_space(qp) < qp->cq_sg_ulptx->sg_nseg) in ccp_do_blkcipher()
1729 if (ccp_queue_get_ring_space(qp) < qp->cq_sg_ulptx->sg_nseg) in ccp_do_ghash_aad()
1766 if (ccp_queue_get_ring_space(qp) == 0) in ccp_do_gctr()
1802 if (ccp_queue_get_ring_space(qp) == 0) in ccp_do_ghash_final()
H A Dccp.c663 if (ccp_queue_get_ring_space(qp) >= n) in ccp_queue_reserve_space()