Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c128 #define MAX_RX_PHYS_DSGL_SGE 32 macro
658 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_cipher()
898 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_eta()
1201 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_gcm()
1551 if (dsgl_nsegs > MAX_RX_PHYS_DSGL_SGE) in ccr_ccm()
2408 s->sg_dsgl = sglist_alloc(MAX_RX_PHYS_DSGL_SGE, M_NOWAIT); in ccr_newsession()