Searched refs:copy_data (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 588 uint32_t copy_data, uint32_t length) in __rta_inline_data() argument 590 if (!copy_data) { in __rta_inline_data() 592 } else if (copy_data & COPY) { in __rta_inline_data() 599 } else if (copy_data & DCOPY) { in __rta_inline_data()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_crypto.c | 569 copy_data(void *dst_data, struct vhost_crypto_data_req *vc_req, in copy_data() function 853 if (unlikely(copy_data(iv_data, vc_req, head, &desc, in prepare_sym_cipher_op() 883 if (unlikely(copy_data(rte_pktmbuf_mtod(m_src, uint8_t *), in prepare_sym_cipher_op() 1007 if (unlikely(copy_data(iv_data, vc_req, head, &desc, in prepare_sym_chain_op() 1037 if (unlikely(copy_data(rte_pktmbuf_mtod(m_src, uint8_t *), in prepare_sym_chain_op() 1121 if (unlikely(copy_data(digest_addr, vc_req, head, &digest_desc, in prepare_sym_chain_op() 1256 if (unlikely(copy_data(&req, vc_req, descs, &desc, sizeof(req), in vhost_crypto_process_one_req()
|