Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c431 u_int sgl_len, u_int hash_size, struct cryptop *crp) in ccr_populate_wreq() argument
455 V_FW_CRYPTO_LOOKASIDE_WR_PLD_SIZE(sgl_len) | in ccr_populate_wreq()
468 V_ULP_TX_SC_MORE(sgl_len != 0 ? 1 : 0)); in ccr_populate_wreq()
469 idata_len = wr_len - offsetof(struct chcr_wr, sec_cpl) - sgl_len; in ccr_populate_wreq()
484 int error, sgl_nsegs, sgl_len, use_opad; in ccr_hash() local
516 sgl_len = 0; in ccr_hash()
520 sgl_len = 0; in ccr_hash()
529 sgl_len = ccr_ulptx_sgl_len(sgl_nsegs); in ccr_hash()
532 wr_len = roundup2(transhdr_len, 16) + roundup2(imm_len, 16) + sgl_len; in ccr_hash()
543 ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len, in ccr_hash()
629 int sgl_nsegs, sgl_len; ccr_cipher() local
826 int sgl_nsegs, sgl_len; ccr_eta() local
1128 int sgl_nsegs, sgl_len; ccr_gcm() local
1458 int sgl_nsegs, sgl_len; ccr_ccm() local
[all...]
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c469 sgl_len(unsigned int n) in sgl_len() function
1175 flits = sgl_len(nsegs) + 2; in calc_tx_descs()
1574 sgl_flits = sgl_len(nsegs); in t3_encap()
2245 sgl_flits = sgl_len(nsegs); in write_ofld_wr()
2500 flits_to_desc(sgl_len(TX_MAX_SEGS + 1) + 3); in t3_sge_alloc_qset()