Searched refs:dst_buf (Results 1 – 3 of 3) 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 …]
3180 ice_flow_acl_union_rng_chk(struct ice_aqc_acl_profile_ranges *dst_buf, in ice_flow_acl_union_rng_chk() argument3185 if (!dst_buf || !src_buf) in ice_flow_acl_union_rng_chk()3198 cfg_data = &dst_buf->checker_cfg[j]; in ice_flow_acl_union_rng_chk()
529 op->m_dst = dst_buf[i];