Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c171 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); in build_proto_compound_sg_fd()
172 DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); in build_proto_compound_sg_fd()
247 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, hfn_ovd); in build_proto_compound_fd()
248 DPAA2_SET_FLE_INTERNAL_JD(op_fle, hfn_ovd); in build_proto_compound_fd()
348 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_authenc_gcm_sg_fd()
427 DPAA2_SET_FLE_INTERNAL_JD(ip_fle, auth_only_len); in build_authenc_gcm_sg_fd()
508 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_gcm_fd()
567 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_gcm_fd()
640 DPAA2_SET_FLE_INTERNAL_JD(op_fle, auth_only_len); in build_authenc_sg_fd()
803 DPAA2_SET_FLE_INTERNAL_JD(fle, auth_only_len); in build_authenc_fd()
[all …]
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h283 #define DPAA2_SET_FLE_INTERNAL_JD(fle, len) ((fle)->frc = (0x80000000 | (len))) macro