Home
last modified time | relevance | path

Searched refs:rte_cryptodev_enqueue_burst (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c139 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_throughput_test_runner()
214 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
252 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c157 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_latency_test_runner()
224 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner()
273 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_latency_test_runner()
H A Dcperf_test_verify.c286 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
328 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c250 burst_enqd = rte_cryptodev_enqueue_burst(state->ctx->dev_id, in pmd_cyclecount_bench_enq()
/dpdk/app/test/
H A Dtest_cryptodev_asym.c108 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_sign_verify()
132 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_sign_verify()
199 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_enc_dec()
223 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_enc_dec()
474 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_cryptodev_asym_op()
1091 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_shared_sec()
1169 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_priv_key()
1258 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_pub_key()
1347 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_kp()
1454 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_mod_inv()
[all …]
H A Dtest_ipsec.c806 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec()
928 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec_2sa()
1063 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec_2sa_4grp()
H A Dtest_event_crypto_adapter.c356 ret = rte_cryptodev_enqueue_burst(TEST_CDEV_ID, TEST_CDEV_QP_ID, in send_op_recv_ev()
H A Dtest_cryptodev_blockcipher.c562 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_blockcipher_one_case()
/dpdk/lib/port/
H A Drte_port_sym_crypto.c199 nb_tx = rte_cryptodev_enqueue_burst(p->cryptodev_id, p->queue_id, in send_burst()
391 nb_tx = rte_cryptodev_enqueue_burst(p->cryptodev_id, p->queue_id, in send_burst_nodrop()
401 nb_tx += rte_cryptodev_enqueue_burst(p->cryptodev_id, in send_burst_nodrop()
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c187 rte_cryptodev_enqueue_burst(worker->dev_id, in mc_scheduler_worker()
198 pending_enq_ops_idx = rte_cryptodev_enqueue_burst( in mc_scheduler_worker()
H A Dscheduler_pkt_size_distr.c151 processed_ops_pri = rte_cryptodev_enqueue_burst( in schedule_enqueue()
161 processed_ops_sec = rte_cryptodev_enqueue_burst( in schedule_enqueue()
H A Dscheduler_roundrobin.c34 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in schedule_enqueue()
H A Dscheduler_failover.c32 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in failover_worker_enqueue()
/dpdk/examples/ipsec-secgw/
H A Dipsec_process.c45 n = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cop, num); in enqueue_cop_bulk()
66 n = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, in enqueue_cop_bulk()
H A Dipsec.c570 ret = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cqp->buf, len); in enqueue_cop_burst()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h1925 rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_enqueue_burst() function
/dpdk/examples/vhost_crypto/
H A Dmain.c411 rte_cryptodev_enqueue_burst( in vhost_crypto_worker()
/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst42 rte_cryptodev_enqueue_burst(...);
H A Dcryptodev_lib.rst356 ``rte_cryptodev_enqueue_burst``/``rte_cryptodev_dequeue_burst`` is called.
399 uint16_t rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id,
782 * CANNOT mix the raw data-path API's enqueue with rte_cryptodev_enqueue_burst,
992 uint16_t num_enqueued_ops = rte_cryptodev_enqueue_burst(cdev_id, 0,
/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1499 if (rte_cryptodev_enqueue_burst(dev_id, 0, &env->op, 1) < 1) { in run_single_test()
H A Dmain.c1193 if (rte_cryptodev_enqueue_burst(env.dev_id, 0, &env.op, 1) < 1) { in fips_run_test()
/dpdk/lib/eventdev/
H A Drte_event_crypto_adapter.c230 *nb_ops_flushed = rte_cryptodev_enqueue_burst(cdev_id, qp_id, in eca_circular_buffer_flush_to_cdev()
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c317 while (rte_cryptodev_enqueue_burst(cdev_id, qp_id, &op, 1) != 1 && in crypto_adapter_enq_op_new()
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst278 When any of these parameters is set rte_cryptodev_enqueue_burst function will
/dpdk/examples/l2fwd-crypto/
H A Dmain.c350 ret = rte_cryptodev_enqueue_burst(cparams->dev_id, in l2fwd_crypto_send_burst()

12