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

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c417 u_int sgl_len, u_int hash_size, struct cryptop *crp)
441 V_FW_CRYPTO_LOOKASIDE_WR_PLD_SIZE(sgl_len) |
454 V_ULP_TX_SC_MORE(sgl_len != 0 ? 1 : 0));
455 idata_len = wr_len - offsetof(struct chcr_wr, sec_cpl) - sgl_len;
470 int error, sgl_nsegs, sgl_len, use_opad; local
502 sgl_len = 0;
506 sgl_len = 0;
515 sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
518 wr_len = roundup2(transhdr_len, 16) + roundup2(imm_len, 16) + sgl_len;
529 ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len,
415 ccr_populate_wreq(struct ccr_softc *sc, struct ccr_session *s, struct chcr_wr *crwr, u_int kctx_len, u_int wr_len, u_int imm_len, u_int sgl_len, u_int hash_size, struct cryptop *crp) argument
615 int sgl_nsegs, sgl_len; local
812 int sgl_nsegs, sgl_len; local
1114 int sgl_nsegs, sgl_len; local
1592 int sgl_nsegs, sgl_len; local
[all...]
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c464 * sgl_len - calculates the size of an SGL of the given capacity
471 sgl_len(unsigned int n) function
1180 flits = sgl_len(nsegs) + 2;
1582 sgl_flits = sgl_len(nsegs);
2272 sgl_flits = sgl_len(nsegs);
2532 flits_to_desc(sgl_len(TX_MAX_SEGS + 1) + 3);

Completed in 170 milliseconds