Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/
H A Dqat_comp.c142 if (likely(qat_xform->qat_comp_request_type == in qat_comp_build_request()
599 if (likely(qat_xform->qat_comp_request_type in qat_comp_process_response()
616 && (qat_xform->qat_comp_request_type in qat_comp_process_response()
631 && qat_xform->qat_comp_request_type in qat_comp_process_response()
657 if ((qat_xform->qat_comp_request_type in qat_comp_process_response()
659 (qat_xform->qat_comp_request_type in qat_comp_process_response()
799 enum qat_comp_request_type request) in qat_comp_create_req_hdr()
861 qat_xform->qat_comp_request_type); in qat_comp_create_templates()
904 if (qat_xform->qat_comp_request_type == in qat_comp_create_templates()
984 qat_xform->qat_comp_request_type = in qat_comp_private_xform_create()
[all …]
H A Dqat_comp.h42 enum qat_comp_request_type { enum
91 enum qat_comp_request_type qat_comp_request_type; member
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen4.c81 if (qat_xform->qat_comp_request_type == in qat_comp_set_slice_cfg_word_gen4()
83 qat_xform->qat_comp_request_type == in qat_comp_set_slice_cfg_word_gen4()
99 if (qat_xform->qat_comp_request_type == in qat_comp_set_slice_cfg_word_gen4()
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()