Searched refs:flat_buf_dst (Results 1 – 1 of 1) sorted by relevance
246 CpaFlatBuffer *flat_buf_dst = NULL; in qat_compress_impl() local359 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 …]