Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c568 int dsgl_nsegs, dsgl_len; in ccr_blkcipher() local
594 dsgl_nsegs = ccr_count_sgl(sc->sg_dsgl, DSGL_SGE_MAXLEN); in ccr_blkcipher()
595 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_blkcipher()
597 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_blkcipher()
714 ccr_write_phys_dsgl(sc, dst, dsgl_nsegs); in ccr_blkcipher()
775 int dsgl_nsegs, dsgl_len; in ccr_authenc() local
848 dsgl_nsegs = ccr_count_sgl(sc->sg_dsgl, DSGL_SGE_MAXLEN); in ccr_authenc()
849 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_authenc()
851 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_authenc()
1055 ccr_write_phys_dsgl(sc, dst, dsgl_nsegs); in ccr_authenc()
[all …]