Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c115 DPAA2_SET_FLE_SG_EXT(op_fle); in build_proto_compound_sg_fd()
142 DPAA2_SET_FLE_SG_EXT(ip_fle); in build_proto_compound_sg_fd()
344 DPAA2_SET_FLE_SG_EXT(op_fle); in build_authenc_gcm_sg_fd()
383 DPAA2_SET_FLE_SG_EXT(ip_fle); in build_authenc_gcm_sg_fd()
513 DPAA2_SET_FLE_SG_EXT(fle); in build_authenc_gcm_fd()
533 DPAA2_SET_FLE_SG_EXT(fle); in build_authenc_gcm_fd()
636 DPAA2_SET_FLE_SG_EXT(op_fle); in build_authenc_sg_fd()
808 DPAA2_SET_FLE_SG_EXT(fle); in build_authenc_fd()
831 DPAA2_SET_FLE_SG_EXT(fle); in build_authenc_fd()
1053 DPAA2_SET_FLE_SG_EXT(fle); in build_auth_fd()
[all …]
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h318 #define DPAA2_SET_FLE_SG_EXT(fle) ((fle)->fin_bpid_offset |= (uint64_t)1 << 29) macro