Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1035 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_only() local
1061 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_cipher_only()
1066 dst_start_addr = src_start_addr; in build_cipher_only()
1243 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth_gcm() local
1252 dst_start_addr = src_start_addr; in build_cipher_auth_gcm()
1480 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1489 dst_start_addr = src_start_addr; in build_cipher_auth()
1576 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1584 src_start_addr = rte_pktmbuf_iova(sym->m_src); in build_proto()
1589 dst_start_addr = src_start_addr; in build_proto()
[all …]