Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c246 CpaFlatBuffer *flat_buf_dst = NULL; in qat_compress_impl() local
359 flat_buf_dst->dataLenInBytes = in qat_compress_impl()
362 bytes_left -= flat_buf_dst->dataLenInBytes; in qat_compress_impl()
363 data += flat_buf_dst->dataLenInBytes; in qat_compress_impl()
364 flat_buf_dst++; in qat_compress_impl()
379 flat_buf_dst->dataLenInBytes = in qat_compress_impl()
382 bytes_left -= flat_buf_dst->dataLenInBytes; in qat_compress_impl()
383 data += flat_buf_dst->dataLenInBytes; in qat_compress_impl()
384 flat_buf_dst++; in qat_compress_impl()
434 flat_buf_dst->pData = in qat_compress_impl()
[all …]