Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sglist.c316 sglist_append(struct sglist *sg, void *buf, size_t len) in sglist_append() function
342 error = sglist_append(sg, bp->bio_data, bp->bio_bcount); in sglist_append_bio()
403 error = sglist_append(sg, in sglist_append_mbuf_epg()
427 error = sglist_append(sg, in sglist_append_mbuf_epg()
458 error = sglist_append(sg, m->m_data, in sglist_append_mbuf()
694 if (sglist_append(sg, buf, len) != 0) { in sglist_build()
/f-stack/freebsd/sys/
H A Dsglist.h88 int sglist_append(struct sglist *sg, void *buf, size_t len);
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c1275 error = sglist_append(qp->cq_sg_ulptx, s->hmac.ipad, axf->blocksize); in ccp_do_hmac()
1292 error = sglist_append(qp->cq_sg_dst, s->hmac.res, in ccp_do_hmac()
1388 error = sglist_append(qp->cq_sg_ulptx, __DECONST(void *, src), len); in ccp_do_pst_to_lsb()
1995 error = sglist_append(qp->cq_sg_ulptx, s->gmac.final_block, in ccp_gcm()
H A Dccp.c108 error = sglist_append(sg, cb->cb_buf, cb->cb_buf_len); in ccp_populate_sglist()