Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dqat.h181 extern int qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf,
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c293 qat_crypt(qat_encrypt_dir_t dir, uint8_t *src_buf, uint8_t *dst_buf, in qat_crypt() argument
391 data = dst_buf; in qat_crypt()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flow.c2754 ice_flow_acl_union_rng_chk(struct ice_aqc_acl_profile_ranges *dst_buf, in ice_flow_acl_union_rng_chk() argument
2759 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()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst529 op->m_dst = dst_buf[i];