Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c629 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()
[all …]