Home
last modified time | relevance | path

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

/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen3.c28 qat_comp_gen_dev_ops[QAT_GEN3].qat_comp_get_feature_flags = in RTE_INIT()
H A Dqat_comp_pmd_gen2.c28 qat_comp_gen_dev_ops[QAT_GEN2].qat_comp_get_feature_flags = in RTE_INIT()
H A Dqat_comp_pmd_gen1.c174 qat_comp_gen_dev_ops[QAT_GEN1].qat_comp_get_feature_flags = in RTE_INIT()
H A Dqat_comp_pmd_gen4.c211 qat_comp_gen_dev_ops[QAT_GEN4].qat_comp_get_feature_flags = in RTE_INIT()
/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.h43 get_comp_feature_flags_t qat_comp_get_feature_flags; member
H A Dqat_comp_pmd.c715 qat_comp_gen_ops->qat_comp_get_feature_flags(); in qat_comp_dev_create()