Symbol: sgl_len
sys/dev/cxgb/cxgb_sge.c
1175
flits = sgl_len(nsegs) + 2;
sys/dev/cxgb/cxgb_sge.c
1574
sgl_flits = sgl_len(nsegs);
sys/dev/cxgb/cxgb_sge.c
2245
sgl_flits = sgl_len(nsegs);
sys/dev/cxgb/cxgb_sge.c
2500
flits_to_desc(sgl_len(TX_MAX_SEGS + 1) + 3);
sys/dev/cxgbe/crypto/t4_crypto.c
1006
ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len,
sys/dev/cxgbe/crypto/t4_crypto.c
1130
int sgl_nsegs, sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
1232
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
1258
sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
sys/dev/cxgbe/crypto/t4_crypto.c
1279
sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
1293
ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len, 0,
sys/dev/cxgbe/crypto/t4_crypto.c
1460
int sgl_nsegs, sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
1582
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
1610
sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
sys/dev/cxgbe/crypto/t4_crypto.c
1626
sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
1645
ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len, 0,
sys/dev/cxgbe/crypto/t4_crypto.c
432
u_int sgl_len, u_int hash_size, struct cryptop *crp)
sys/dev/cxgbe/crypto/t4_crypto.c
456
V_FW_CRYPTO_LOOKASIDE_WR_PLD_SIZE(sgl_len) |
sys/dev/cxgbe/crypto/t4_crypto.c
470
V_ULP_TX_SC_MORE(sgl_len != 0 ? 1 : 0));
sys/dev/cxgbe/crypto/t4_crypto.c
471
idata_len = wr_len - offsetof(struct chcr_wr, sec_cpl) - sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
486
int error, sgl_nsegs, sgl_len, use_opad;
sys/dev/cxgbe/crypto/t4_crypto.c
518
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
522
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
531
sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
sys/dev/cxgbe/crypto/t4_crypto.c
534
wr_len = roundup2(transhdr_len, 16) + roundup2(imm_len, 16) + sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
545
ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len,
sys/dev/cxgbe/crypto/t4_crypto.c
631
int sgl_nsegs, sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
676
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
685
sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
sys/dev/cxgbe/crypto/t4_crypto.c
689
roundup2(imm_len, 16) + sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
705
ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len, 0,
sys/dev/cxgbe/crypto/t4_crypto.c
828
int sgl_nsegs, sgl_len;
sys/dev/cxgbe/crypto/t4_crypto.c
942
sgl_len = 0;
sys/dev/cxgbe/crypto/t4_crypto.c
968
sgl_len = ccr_ulptx_sgl_len(sgl_nsegs);
sys/dev/cxgbe/crypto/t4_crypto.c
990
sgl_len;