dnents           1220 drivers/crypto/chelsio/chcr_algo.c 		unsigned int dnents = 0, transhdr_len, phys_dsgl, kctx_len;
dnents           1222 drivers/crypto/chelsio/chcr_algo.c 		dnents = sg_nents_xlen(req->dst, req->nbytes,
dnents           1224 drivers/crypto/chelsio/chcr_algo.c 		phys_dsgl = get_space_for_phys_dsgl(dnents);
dnents           2336 drivers/crypto/chelsio/chcr_algo.c 	unsigned int   kctx_len = 0, dnents, snents;
dnents           2357 drivers/crypto/chelsio/chcr_algo.c 	dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
dnents           2359 drivers/crypto/chelsio/chcr_algo.c 	dnents += MIN_AUTH_SG; // For IV
dnents           2362 drivers/crypto/chelsio/chcr_algo.c 	dst_size = get_space_for_phys_dsgl(dnents);
dnents           2373 drivers/crypto/chelsio/chcr_algo.c 	if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,
dnents           2895 drivers/crypto/chelsio/chcr_algo.c 	unsigned int dst_size = 0, kctx_len, dnents, temp, snents;
dnents           2915 drivers/crypto/chelsio/chcr_algo.c 	dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen
dnents           2918 drivers/crypto/chelsio/chcr_algo.c 	dnents += MIN_CCM_SG; // For IV and B0
dnents           2919 drivers/crypto/chelsio/chcr_algo.c 	dst_size = get_space_for_phys_dsgl(dnents);
dnents           2933 drivers/crypto/chelsio/chcr_algo.c 	if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE -
dnents           2991 drivers/crypto/chelsio/chcr_algo.c 	unsigned int transhdr_len, dnents = 0, snents;
dnents           3007 drivers/crypto/chelsio/chcr_algo.c 	dnents = sg_nents_xlen(req->dst, req->assoclen + req->cryptlen +
dnents           3012 drivers/crypto/chelsio/chcr_algo.c 	dnents += MIN_GCM_SG; // For IV
dnents           3013 drivers/crypto/chelsio/chcr_algo.c 	dst_size = get_space_for_phys_dsgl(dnents);
dnents           3022 drivers/crypto/chelsio/chcr_algo.c 	if (chcr_aead_need_fallback(req, dnents, T6_MAX_AAD_SIZE,