Home
last modified time | relevance | path

Searched refs:in_op (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/compress/qat/
H A Dqat_comp.h107 qat_comp_build_request(void *in_op, uint8_t *out_msg, void *op_cookie,
111 qat_comp_build_multiple_requests(void *in_op, struct qat_qp *qp,
H A Dqat_comp.c105 qat_comp_build_request(void *in_op, uint8_t *out_msg, in qat_comp_build_request() argument
109 struct rte_comp_op *op = in_op; in qat_comp_build_request()
353 qat_comp_build_multiple_requests(void *in_op, struct qat_qp *qp, in qat_comp_build_multiple_requests() argument
358 struct rte_comp_op *op = in_op; in qat_comp_build_multiple_requests()
392 ret = qat_comp_build_request(in_op, out_msg, parent_cookie, in qat_comp_build_multiple_requests()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c183 qat_sym_build_op_cipher_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_cipher_gen1() argument
187 struct rte_crypto_op *op = in_op; in qat_sym_build_op_cipher_gen1()
209 total_len = qat_sym_build_req_set_data(req, in_op, cookie, in qat_sym_build_op_cipher_gen1()
227 qat_sym_build_op_auth_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen1() argument
231 struct rte_crypto_op *op = in_op; in qat_sym_build_op_auth_gen1()
254 total_len = qat_sym_build_req_set_data(req, in_op, cookie, in qat_sym_build_op_auth_gen1()
273 qat_sym_build_op_aead_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen1() argument
277 struct rte_crypto_op *op = in_op; in qat_sym_build_op_aead_gen1()
301 total_len = qat_sym_build_req_set_data(req, in_op, cookie, in qat_sym_build_op_aead_gen1()
324 struct rte_crypto_op *op = in_op; in qat_sym_build_op_chain_gen1()
[all …]
H A Dqat_crypto_pmd_gen3.c262 qat_sym_build_op_aead_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen3() argument
266 struct rte_crypto_op *op = in_op; in qat_sym_build_op_aead_gen3()
290 total_len = qat_sym_build_req_set_data(req, in_op, cookie, in qat_sym_build_op_aead_gen3()
309 qat_sym_build_op_auth_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen3() argument
313 struct rte_crypto_op *op = in_op; in qat_sym_build_op_auth_gen3()
336 total_len = qat_sym_build_req_set_data(req, in_op, cookie, in qat_sym_build_op_auth_gen3()
H A Dqat_crypto_pmd_gen4.c139 qat_sym_build_op_aead_gen4(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen4() argument
143 struct rte_crypto_op *op = in_op; in qat_sym_build_op_aead_gen4()
167 total_len = qat_sym_build_req_set_data(qat_req, in_op, cookie, in qat_sym_build_op_aead_gen4()
H A Dqat_crypto_pmd_gens.h827 qat_sym_build_op_cipher_gen1(void *in_op, struct qat_sym_session *ctx,
831 qat_sym_build_op_auth_gen1(void *in_op, struct qat_sym_session *ctx,
835 qat_sym_build_op_aead_gen1(void *in_op, struct qat_sym_session *ctx,
839 qat_sym_build_op_chain_gen1(void *in_op, struct qat_sym_session *ctx,
/dpdk/drivers/crypto/qat/
H A Dqat_sym.c55 qat_sym_build_request(void *in_op, uint8_t *out_msg, in qat_sym_build_request() argument
58 struct rte_crypto_op *op = (struct rte_crypto_op *)in_op; in qat_sym_build_request()
H A Dqat_sym_session.h73 typedef int (*qat_sym_build_request_t)(void *in_op, struct qat_sym_session *ctx,
H A Dqat_asym.c812 qat_asym_build_request(void *in_op, uint8_t *out_msg, void *op_cookie, in qat_asym_build_request() argument
816 struct rte_crypto_op *op = (struct rte_crypto_op *)in_op; in qat_asym_build_request()
/dpdk/drivers/common/qat/
H A Dqat_qp.h59 typedef int (*qat_op_build_request_t)(void *in_op, uint8_t *out_msg,