Lines Matching refs:dsgl_len
629 int dsgl_nsegs, dsgl_len; in ccr_cipher() local
660 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_cipher()
664 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dsgl_len); in ccr_cipher()
735 V_SCMD_AADIVDROP(1) | V_SCMD_HDR_LEN(dsgl_len)); in ccr_cipher()
766 dst += sizeof(struct cpl_rx_phys_dsgl) + dsgl_len; in ccr_cipher()
826 int dsgl_nsegs, dsgl_len; in ccr_eta() local
900 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_eta()
910 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dsgl_len); in ccr_eta()
1043 V_SCMD_AADIVDROP(0) | V_SCMD_HDR_LEN(dsgl_len)); in ccr_eta()
1077 dst += sizeof(struct cpl_rx_phys_dsgl) + dsgl_len; in ccr_eta()
1128 int dsgl_nsegs, dsgl_len; in ccr_gcm() local
1203 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_gcm()
1210 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dsgl_len); in ccr_gcm()
1339 V_SCMD_AADIVDROP(0) | V_SCMD_HDR_LEN(dsgl_len)); in ccr_gcm()
1348 dst += sizeof(struct cpl_rx_phys_dsgl) + dsgl_len; in ccr_gcm()
1458 int dsgl_nsegs, dsgl_len; in ccr_ccm() local
1553 dsgl_len = ccr_phys_dsgl_len(dsgl_nsegs); in ccr_ccm()
1560 transhdr_len = CIPHER_TRANSHDR_SIZE(kctx_len, dsgl_len); in ccr_ccm()
1686 V_SCMD_AADIVDROP(0) | V_SCMD_HDR_LEN(dsgl_len)); in ccr_ccm()
1695 dst += sizeof(struct cpl_rx_phys_dsgl) + dsgl_len; in ccr_ccm()