Home
last modified time | relevance | path

Searched refs:dst_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
998 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_cipher_only()
1000 dst_start_addr = src_start_addr; in build_cipher_only()
1015 SEC_JD_SET_OUT_PTR(jobdescr, (uint64_t)dst_start_addr, in build_cipher_only()
1199 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1214 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_cipher_auth()
1216 dst_start_addr = src_start_addr; in build_cipher_auth()
1309 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1321 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); 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
1064 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); 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()
1325 dst_start_addr + sym->aead.data.offset); 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
1589 dst_start_addr = src_start_addr; in build_proto()
[all …]