Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/
H A Dqat_comp.h89 struct qat_comp_xform { struct
96 struct qat_comp_xform qat_xform; argument
H A Dqat_comp.c113 struct qat_comp_xform *qat_xform; in qat_comp_build_request()
562 struct qat_comp_xform *qat_xform; in qat_comp_process_response()
788 return RTE_ALIGN_CEIL(sizeof(struct qat_comp_xform), 8); in qat_comp_xform_size()
817 qat_comp_create_templates(struct qat_comp_xform *qat_xform, in qat_comp_create_templates()
975 struct qat_comp_xform *qat_xform = in qat_comp_private_xform_create()
976 (struct qat_comp_xform *)*private_xform; in qat_comp_private_xform_create()
1035 struct qat_comp_xform *qat_xform = in qat_comp_private_xform_free()
1036 (struct qat_comp_xform *)private_xform; in qat_comp_private_xform_free()
1058 memset(&stream->qat_xform, 0, sizeof(struct qat_comp_xform)); in qat_comp_stream_reset()
H A Dqat_comp_pmd.h33 typedef int (*set_comp_slice_cfg_word_t)(struct qat_comp_xform *qat_xform,
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gens.h21 int qat_comp_set_slice_cfg_word_gen1(struct qat_comp_xform *qat_xform,
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()
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()