Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/
H A Dqat_comp.c113 struct qat_comp_xform *qat_xform; in qat_comp_build_request() local
120 qat_xform = &stream->qat_xform; in qat_comp_build_request()
135 qat_xform = op->private_xform; in qat_comp_build_request()
147 if (qat_xform->checksum_type != in qat_comp_build_request()
562 struct qat_comp_xform *qat_xform; in qat_comp_process_response() local
569 qat_xform = &stream->qat_xform; in qat_comp_process_response()
574 qat_xform = rx_op->private_xform; in qat_comp_process_response()
828 if (unlikely(qat_xform == NULL)) { in qat_comp_create_templates()
894 qat_xform, xform, op_type, in qat_comp_create_templates()
1038 if (qat_xform) { in qat_comp_private_xform_free()
[all …]
H A Dqat_comp_pmd.h33 typedef int (*set_comp_slice_cfg_word_t)(struct qat_comp_xform *qat_xform,
H A Dqat_comp.h96 struct qat_comp_xform qat_xform; member
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen4.c77 qat_comp_set_slice_cfg_word_gen4(struct qat_comp_xform *qat_xform, in qat_comp_set_slice_cfg_word_gen4() argument
81 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.c100 qat_comp_set_slice_cfg_word_gen1(struct qat_comp_xform *qat_xform, in qat_comp_set_slice_cfg_word_gen1() argument
114 if (qat_xform->qat_comp_request_type == QAT_COMP_REQUEST_DECOMPRESS) { in qat_comp_set_slice_cfg_word_gen1()
H A Dqat_comp_pmd_gens.h21 int qat_comp_set_slice_cfg_word_gen1(struct qat_comp_xform *qat_xform,