Home
last modified time | relevance | path

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

/f-stack/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()
561 struct qat_comp_xform *qat_xform; in qat_comp_process_response() local
568 qat_xform = &stream->qat_xform; in qat_comp_process_response()
573 qat_xform = rx_op->private_xform; in qat_comp_process_response()
824 if (unlikely(qat_xform == NULL)) { in qat_comp_create_templates()
1007 struct qat_comp_xform *qat_xform = in qat_comp_private_xform_create() local
1067 if (qat_xform) { in qat_comp_private_xform_free()
[all …]
H A Dqat_comp.h94 struct qat_comp_xform qat_xform; member