Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c176 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_raw_dp_chain_fd()
327 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_raw_dp_aead_fd()
442 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_raw_dp_auth_fd()
574 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_raw_dp_proto_fd()
703 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_raw_dp_cipher_fd()
H A Ddpaa2_sec_dpseci.c199 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_proto_compound_sg_fd()
261 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_proto_compound_fd()
303 DPAA2_SET_FD_LEN(fd, sym_op->m_src->pkt_len); in build_proto_fd()
454 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_authenc_gcm_sg_fd()
596 DPAA2_SET_FD_LEN(fd, fle->length); in build_authenc_gcm_fd()
742 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_authenc_sg_fd()
846 DPAA2_SET_FD_LEN(fd, (sym_op->auth.data.length + in build_authenc_fd()
879 DPAA2_SET_FD_LEN(fd, (sym_op->auth.data.length + in build_authenc_fd()
1005 DPAA2_SET_FD_LEN(fd, ip_fle->length); in build_auth_sg_fd()
1119 DPAA2_SET_FD_LEN(fd, fle->length); in build_auth_fd()
[all …]
/dpdk/drivers/raw/dpaa2_cmdif/
H A Ddpaa2_cmdif.c94 DPAA2_SET_FD_LEN(&fd, cmdif_send_cnxt->size); in dpaa2_cmdif_enqueue_bufs()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h271 #define DPAA2_SET_FD_LEN(fd, length) ((fd)->simple.len = length) macro
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c44 DPAA2_SET_FD_LEN(_fd, _mbuf->data_len); \
449 DPAA2_SET_FD_LEN(fd, mbuf->pkt_len); in eth_mbuf_to_sg_fd()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c163 DPAA2_SET_FD_LEN((&fd_arr[loop]), in dpaa2_eventdev_enqueue_burst()