Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c981 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_only() local
996 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_cipher_only()
1000 dst_start_addr = src_start_addr; in build_cipher_only()
1199 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1212 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_cipher_auth()
1216 dst_start_addr = src_start_addr; in build_cipher_auth()
1241 sg->ptr = cpu_to_caam64(src_start_addr + sym->auth.data.offset); in build_cipher_auth()
1309 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1319 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_proto()
1323 dst_start_addr = src_start_addr; in build_proto()
[all …]
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1220 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_only() local
1246 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_cipher_only()
1251 dst_start_addr = src_start_addr; in build_cipher_only()
1428 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth_gcm() local
1437 dst_start_addr = src_start_addr; in build_cipher_auth_gcm()
1665 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1674 dst_start_addr = src_start_addr; in build_cipher_auth()
1761 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1769 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_proto()
1774 dst_start_addr = src_start_addr; in build_proto()
[all …]