Home
last modified time | relevance | path

Searched refs:dst_buf (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_compressdev.c529 struct rte_mbuf *dst_buf = op->m_dst; in compress_zlib() local
535 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() local
656 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 …]
/dpdk/drivers/net/ice/base/
H A Dice_flow.c3180 ice_flow_acl_union_rng_chk(struct ice_aqc_acl_profile_ranges *dst_buf, in ice_flow_acl_union_rng_chk() argument
3185 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()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst529 op->m_dst = dst_buf[i];