Home
last modified time | relevance | path

Searched refs:qm_sg_entry_set64 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c777 qm_sg_entry_set64(sg, rte_pktmbuf_iova(mbuf)); in build_auth_only_sg()
805 qm_sg_entry_set64(sg, start_addr); in build_auth_only_sg()
895 qm_sg_entry_set64(sg, rte_pktmbuf_iova(mbuf)); in build_auth_only()
908 qm_sg_entry_set64(sg, start_addr); in build_auth_only()
975 qm_sg_entry_set64(sg, rte_pktmbuf_iova(mbuf)); in build_cipher_only_sg()
1009 qm_sg_entry_set64(sg, rte_pktmbuf_iova(mbuf)); in build_cipher_only_sg()
1273 qm_sg_entry_set64(sg, in build_cipher_auth_gcm()
1293 qm_sg_entry_set64(sg, in build_cipher_auth_gcm()
1324 qm_sg_entry_set64(sg, in build_cipher_auth_gcm()
1593 qm_sg_entry_set64(sg, src_start_addr); in build_proto()
[all …]
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h287 #define qm_sg_entry_set64(sg, v) \ macro