Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/
H A Dqat_comp.c122 QAT_COMP_REQUEST_DECOMPRESS)) { in qat_comp_build_request()
327 qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS ? in qat_comp_build_request()
579 qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS ? in qat_comp_process_response()
600 != QAT_COMP_REQUEST_DECOMPRESS)) { in qat_comp_process_response()
632 == QAT_COMP_REQUEST_DECOMPRESS in qat_comp_process_response()
805 else if (request == QAT_COMP_REQUEST_DECOMPRESS) in qat_comp_create_req_hdr()
839 QAT_COMP_REQUEST_DECOMPRESS)) { in qat_comp_create_templates()
845 if (qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS) in qat_comp_create_templates()
906 qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS) { in qat_comp_create_templates()
1006 qat_xform->qat_comp_request_type = QAT_COMP_REQUEST_DECOMPRESS; in qat_comp_private_xform_create()
[all …]
H A Dqat_comp.h45 QAT_COMP_REQUEST_DECOMPRESS, enumerator
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c114 if (qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS) { in qat_comp_set_slice_cfg_word_gen1()