Searched refs:sg_output (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 249 struct sglist *sg_output; member 649 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_cipher() 879 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_eta() 888 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_eta() 1182 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_gcm() 1191 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_gcm() 1532 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_ccm() 1541 error = sglist_append_sglist(s->sg_dsgl, s->sg_output, in ccr_ccm() 2307 sglist_free(s->sg_output); in ccr_delete_session() 2405 s->sg_output = sglist_alloc(TX_SGL_SEGS, M_NOWAIT); in ccr_newsession() [all …]
|