Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/dpaa2_cmdif/
H A Ddpaa2_cmdif.c94 DPAA2_SET_FD_LEN(&fd, cmdif_send_cnxt->size); in dpaa2_cmdif_enqueue_bufs()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c175 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_proto_compound_sg_fd()
237 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_proto_compound_fd()
279 DPAA2_SET_FD_LEN(fd, sym_op->m_src->pkt_len); in build_proto_fd()
430 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_authenc_gcm_sg_fd()
571 DPAA2_SET_FD_LEN(fd, fle->length); in build_authenc_gcm_fd()
717 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_authenc_sg_fd()
821 DPAA2_SET_FD_LEN(fd, (sym_op->auth.data.length + in build_authenc_fd()
854 DPAA2_SET_FD_LEN(fd, (sym_op->auth.data.length + in build_authenc_fd()
980 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_auth_sg_fd()
1094 DPAA2_SET_FD_LEN(fd, fle->length); in build_auth_fd()
[all …]
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h257 #define DPAA2_SET_FD_LEN(fd, length) ((fd)->simple.len = length) macro
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c43 DPAA2_SET_FD_LEN(_fd, _mbuf->data_len); \
389 DPAA2_SET_FD_LEN(fd, mbuf->pkt_len); in eth_mbuf_to_sg_fd()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c163 DPAA2_SET_FD_LEN((&fd_arr[loop]), in dpaa2_eventdev_enqueue_burst()