Searched refs:cq_sg_ulptx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 1272 sglist_reset(qp->cq_sg_ulptx); in ccp_do_hmac() 1273 error = sglist_append(qp->cq_sg_ulptx, s->hmac.ipad, axf->blocksize); in ccp_do_hmac() 1277 error = sglist_append_sglist(qp->cq_sg_ulptx, qp->cq_sg_crp, in ccp_do_hmac() 1282 error = sglist_append_sglist(qp->cq_sg_ulptx, qp->cq_sg_crp, in ccp_do_hmac() 1295 error = ccp_sha(qp, s->hmac.auth_mode, qp->cq_sg_ulptx, qp->cq_sg_dst, in ccp_do_hmac() 1384 sglist_reset(qp->cq_sg_ulptx); in ccp_do_pst_to_lsb() 1385 error = sglist_append(qp->cq_sg_ulptx, __DECONST(void *, src), len); in ccp_do_pst_to_lsb() 1389 error = ccp_passthrough_sgl(qp, lsbaddr, true, qp->cq_sg_ulptx, len, in ccp_do_pst_to_lsb() 1416 for (i = 0; i < qp->cq_sg_ulptx->sg_nseg; i++) { in ccp_do_xts() 1419 seg = &qp->cq_sg_ulptx->sg_segs[i]; in ccp_do_xts() [all …]
|
H A D | ccp.h | 123 struct sglist *cq_sg_ulptx; member
|
H A D | ccp.c | 152 qp->cq_sg_ulptx = sglist_alloc(34, M_WAITOK); in ccp_initialize_queues() 168 sglist_free(qp->cq_sg_ulptx); in ccp_free_queues()
|