Home
last modified time | relevance | path

Searched refs:DPAA2_SET_FLE_ADDR (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c69 DPAA2_SET_FLE_ADDR(fle, (size_t)userdata); in build_raw_dp_chain_fd()
112 DPAA2_SET_FLE_ADDR(sge, sgl->vec[0].iova); in build_raw_dp_chain_fd()
128 DPAA2_SET_FLE_ADDR(sge, in build_raw_dp_chain_fd()
151 DPAA2_SET_FLE_ADDR(sge, sgl->vec[0].iova); in build_raw_dp_chain_fd()
157 DPAA2_SET_FLE_ADDR(sge, sgl->vec[i].iova); in build_raw_dp_chain_fd()
218 DPAA2_SET_FLE_ADDR(fle, (size_t)userdata); in build_raw_dp_aead_fd()
275 DPAA2_SET_FLE_ADDR(sge, digest->iova); in build_raw_dp_aead_fd()
297 DPAA2_SET_FLE_ADDR(sge, auth_iv->iova); in build_raw_dp_aead_fd()
302 DPAA2_SET_FLE_ADDR(sge, sgl->vec[0].iova); in build_raw_dp_aead_fd()
386 DPAA2_SET_FLE_ADDR(op_fle, in build_raw_dp_auth_fd()
[all …]
H A Ddpaa2_sec_dpseci.c113 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_proto_compound_sg_fd()
230 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_proto_compound_fd()
344 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_authenc_gcm_sg_fd()
396 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_sg_fd()
420 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_sg_fd()
493 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_authenc_gcm_fd()
547 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_fd()
570 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_fd()
689 DPAA2_SET_FLE_ADDR(sge, in build_authenc_sg_fd()
843 DPAA2_SET_FLE_ADDR(sge, in build_authenc_fd()
[all …]
/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c133 DPAA2_SET_FLE_ADDR(fle, sdd_iova); in dpaa2_qdma_populate_fle()
170 DPAA2_SET_FLE_ADDR(fle, src); in dpaa2_qdma_populate_fle()
175 DPAA2_SET_FLE_ADDR(fle, DPAA2_VADDR_TO_IOVA(src)); in dpaa2_qdma_populate_fle()
186 DPAA2_SET_FLE_ADDR(fle, dest); in dpaa2_qdma_populate_fle()
188 DPAA2_SET_FLE_ADDR(fle, DPAA2_VADDR_TO_IOVA(dest)); in dpaa2_qdma_populate_fle()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h300 #define DPAA2_SET_FLE_ADDR(fle, addr) do { \ macro
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c463 DPAA2_SET_FLE_ADDR(sge, DPAA2_MBUF_VADDR_TO_IOVA(cur_seg)); in eth_mbuf_to_sg_fd()