Home
last modified time | relevance | path

Searched refs:DPAA2_SET_FLE_OFFSET (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c120 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_proto_compound_sg_fd()
128 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_proto_compound_sg_fd()
147 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_proto_compound_sg_fd()
156 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_proto_compound_sg_fd()
364 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_authenc_gcm_sg_fd()
412 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_authenc_gcm_sg_fd()
656 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_authenc_sg_fd()
697 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_authenc_sg_fd()
1173 DPAA2_SET_FLE_OFFSET(sge, mbuf->data_off); in build_cipher_sg_fd()
1193 DPAA2_SET_FLE_OFFSET(sge, 0); in build_cipher_sg_fd()
[all …]
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h296 #define DPAA2_SET_FLE_OFFSET(fle, offset) \ macro
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c405 DPAA2_SET_FLE_OFFSET(sge, cur_seg->data_off); in eth_mbuf_to_sg_fd()