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

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c614 int dsgl_nsegs, dsgl_len; local
642 dsgl_nsegs = ccr_count_sgl(s->sg_dsgl, DSGL_SGE_MAXLEN);
643 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE)
645 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs);
750 ccr_write_phys_dsgl(s, dst, dsgl_nsegs);
811 int dsgl_nsegs, dsgl_len; local
882 dsgl_nsegs = ccr_count_sgl(s->sg_dsgl, DSGL_SGE_MAXLEN);
883 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE)
885 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs);
1061 ccr_write_phys_dsgl(s, dst, dsgl_nsegs);
1113 int dsgl_nsegs, dsgl_len; local
1591 int dsgl_nsegs, dsgl_len; local
[all...]

Completed in 99 milliseconds