Home
last modified time | relevance | path

Searched refs:_raw_dp_ctx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen4.c341 qat_sym_configure_raw_dp_ctx_gen4(void *_raw_dp_ctx, void *_ctx) in qat_sym_configure_raw_dp_ctx_gen4() argument
343 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen4()
347 ret = qat_sym_configure_raw_dp_ctx_gen1(_raw_dp_ctx, _ctx); in qat_sym_configure_raw_dp_ctx_gen4()
H A Dqat_crypto_pmd_gen3.c610 qat_sym_configure_raw_dp_ctx_gen3(void *_raw_dp_ctx, void *_ctx) in qat_sym_configure_raw_dp_ctx_gen3() argument
612 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen3()
616 ret = qat_sym_configure_raw_dp_ctx_gen1(_raw_dp_ctx, _ctx); in qat_sym_configure_raw_dp_ctx_gen3()
H A Dqat_sym_pmd_gen1.c1091 qat_sym_configure_raw_dp_ctx_gen1(void *_raw_dp_ctx, void *_ctx) in qat_sym_configure_raw_dp_ctx_gen1() argument
1093 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen1()
H A Dqat_crypto_pmd_gens.h918 qat_sym_configure_raw_dp_ctx_gen1(void *_raw_dp_ctx, void *_ctx);