Searched refs:flat_buf_dst (Results 1 – 1 of 1) sorted by relevance
248 CpaFlatBuffer *flat_buf_dst = NULL; in qat_compress_impl() local359 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl()361 flat_buf_dst->dataLenInBytes = in qat_compress_impl()364 bytes_left -= flat_buf_dst->dataLenInBytes; in qat_compress_impl()365 data += flat_buf_dst->dataLenInBytes; in qat_compress_impl()366 flat_buf_dst++; in qat_compress_impl()379 flat_buf_dst->pData = kmap(page) + page_off; in qat_compress_impl()381 flat_buf_dst->dataLenInBytes = in qat_compress_impl()384 bytes_left -= flat_buf_dst->dataLenInBytes; in qat_compress_impl()385 data += flat_buf_dst->dataLenInBytes; in qat_compress_impl()[all …]