Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.h87 struct qat_comp_xform { struct
94 struct qat_comp_xform qat_xform; argument
H A Dqat_comp.c113 struct qat_comp_xform *qat_xform; in qat_comp_build_request()
561 struct qat_comp_xform *qat_xform; in qat_comp_process_response()
786 return RTE_ALIGN_CEIL(sizeof(struct qat_comp_xform), 8); in qat_comp_xform_size()
813 static int qat_comp_create_templates(struct qat_comp_xform *qat_xform, in qat_comp_create_templates()
1007 struct qat_comp_xform *qat_xform = in qat_comp_private_xform_create()
1008 (struct qat_comp_xform *)*private_xform; in qat_comp_private_xform_create()
1064 struct qat_comp_xform *qat_xform = in qat_comp_private_xform_free()
1065 (struct qat_comp_xform *)private_xform; in qat_comp_private_xform_free()
1087 memset(&stream->qat_xform, 0, sizeof(struct qat_comp_xform)); in qat_comp_stream_reset()