Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c740 out_sg = &cf->sg[0]; in build_auth_only_sg()
743 cpu_to_hw_sg(out_sg); in build_auth_only_sg()
967 out_sg = &cf->sg[0]; in build_cipher_only_sg()
968 out_sg->extension = 1; in build_cipher_only_sg()
971 cpu_to_hw_sg(out_sg); in build_cipher_only_sg()
1137 out_sg = &cf->sg[0]; in build_cipher_auth_gcm_sg()
1147 cpu_to_hw_sg(out_sg); in build_cipher_auth_gcm_sg()
1383 out_sg = &cf->sg[0]; in build_cipher_auth_sg()
1393 cpu_to_hw_sg(out_sg); in build_cipher_auth_sg()
1637 out_sg = &cf->sg[0]; in build_proto_sg()
[all …]
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1054 struct sec4_sg_entry *sg, *out_sg, *in_sg; in build_cipher_auth_sg() local
1104 out_sg = &ctx->sg[0]; in build_cipher_auth_sg()
1136 (uint64_t)caam_jr_dma_vtop(out_sg), 0, length); in build_cipher_auth_sg()