Home
last modified time | relevance | path

Searched refs:DPAA2_SET_FLE_IVP (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c129 DPAA2_SET_FLE_IVP(op_fle); in build_proto_compound_sg_fd()
130 DPAA2_SET_FLE_IVP(ip_fle); in build_proto_compound_sg_fd()
242 DPAA2_SET_FLE_IVP(op_fle); in build_proto_compound_fd()
507 DPAA2_SET_FLE_IVP(fle); in build_authenc_gcm_fd()
509 DPAA2_SET_FLE_IVP(sge); in build_authenc_gcm_fd()
799 DPAA2_SET_FLE_IVP(fle); in build_authenc_fd()
801 DPAA2_SET_FLE_IVP(sge); in build_authenc_fd()
1061 DPAA2_SET_FLE_IVP(fle); in build_auth_fd()
1063 DPAA2_SET_FLE_IVP(sge); in build_auth_fd()
1314 DPAA2_SET_FLE_IVP(fle); in build_cipher_fd()
[all …]
H A Ddpaa2_sec_raw_dp.c489 DPAA2_SET_FLE_IVP(op_fle); in build_raw_dp_proto_fd()
490 DPAA2_SET_FLE_IVP(ip_fle); in build_raw_dp_proto_fd()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c472 DPAA2_SET_FLE_IVP(sge); in eth_mbuf_to_sg_fd()
478 DPAA2_SET_FLE_IVP(sge); in eth_mbuf_to_sg_fd()
491 DPAA2_SET_FLE_IVP(sge); in eth_mbuf_to_sg_fd()
500 DPAA2_SET_FLE_IVP(sge); in eth_mbuf_to_sg_fd()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h316 #define DPAA2_SET_FLE_IVP(fle) (((fle)->fin_bpid_offset |= 0x00004000)) macro