Searched refs:sgl_len (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/dev/cxgbe/crypto/ |
| HD | t4_crypto.c | 431 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() [all …]
|
| /freebsd-head/sys/dev/cxgb/ |
| HD | cxgb_sge.c | 469 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()
|