Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c89 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_raw_dp_chain_fd()
173 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, auth_only_len); in build_raw_dp_chain_fd()
238 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_raw_dp_aead_fd()
324 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, auth_only_len); in build_raw_dp_aead_fd()
570 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); in build_raw_dp_proto_fd()
571 DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); in build_raw_dp_proto_fd()
H A Ddpaa2_sec_dpseci.c195 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); in build_proto_compound_sg_fd()
196 DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); in build_proto_compound_sg_fd()
271 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); in build_proto_compound_fd()
272 DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); in build_proto_compound_fd()
372 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_authenc_gcm_sg_fd()
451 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, auth_only_len); in build_authenc_gcm_sg_fd()
533 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_gcm_fd()
592 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_gcm_fd()
665 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_authenc_sg_fd()
828 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_fd()
[all …]
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h297 #define DPAA2_SET_FLE_INTERNAL_JD(fle, len) ((fle)->frc = (0x80000000 | (len))) macro