Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c89 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_proto_compound_sg_fd()
206 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_proto_compound_fd()
320 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_authenc_gcm_sg_fd()
372 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_sg_fd()
396 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_sg_fd()
468 DPAA2_SET_FLE_ADDR(fle, (size_t)op); in build_authenc_gcm_fd()
522 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_fd()
545 DPAA2_SET_FLE_ADDR(sge, in build_authenc_gcm_fd()
664 DPAA2_SET_FLE_ADDR(sge, in build_authenc_sg_fd()
818 DPAA2_SET_FLE_ADDR(sge, in build_authenc_fd()
[all …]
/f-stack/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()
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h286 #define DPAA2_SET_FLE_ADDR(fle, addr) do { \ macro
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c404 DPAA2_SET_FLE_ADDR(sge, DPAA2_MBUF_VADDR_TO_IOVA(cur_seg)); in eth_mbuf_to_sg_fd()