Searched refs:dst_buf (Results 1 – 5 of 5) sorted by relevance
529 struct rte_mbuf *dst_buf = op->m_dst; in compress_zlib() local535 if (remaining_data < dst_buf->data_len) { in compress_zlib()540 remaining_data -= dst_buf->data_len; in compress_zlib()541 src_data += dst_buf->data_len; in compress_zlib()542 dst_buf = dst_buf->next; in compress_zlib()653 struct rte_mbuf *dst_buf = op->m_dst; in decompress_zlib() local656 uint8_t *dst_data = rte_pktmbuf_mtod(dst_buf, in decompress_zlib()659 if (remaining_data < dst_buf->data_len) { in decompress_zlib()664 remaining_data -= dst_buf->data_len; in decompress_zlib()665 src_data += dst_buf->data_len; in decompress_zlib()[all …]
181 extern int qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf,
293 qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf, in qat_crypt() argument391 data = dst_buf; in qat_crypt()
2754 ice_flow_acl_union_rng_chk(struct ice_aqc_acl_profile_ranges *dst_buf, in ice_flow_acl_union_rng_chk() argument2759 if (!dst_buf || !src_buf) in ice_flow_acl_union_rng_chk()2772 cfg_data = &dst_buf->checker_cfg[j]; in ice_flow_acl_union_rng_chk()
529 op->m_dst = dst_buf[i];