Home
last modified time | relevance | path

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

12

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c134 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_throughput_test_runner()
208 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
246 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c158 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_latency_test_runner()
219 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner()
268 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_latency_test_runner()
H A Dcperf_test_verify.c323 ops_enqd = rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
365 rte_cryptodev_enqueue_burst(ctx->dev_id, ctx->qp_id, NULL, 0); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c253 burst_enqd = rte_cryptodev_enqueue_burst(state->ctx->dev_id, in pmd_cyclecount_bench_enq()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev_asym.c107 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_sign_verify()
131 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_sign_verify()
198 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_enc_dec()
222 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in queue_ops_rsa_enc_dec()
481 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_cryptodev_asym_op()
1153 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_shared_sec()
1241 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_priv_key()
1340 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_pub_key()
1439 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_dh_gen_kp()
1557 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_mod_inv()
[all …]
H A Dtest_ipsec.c796 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec()
918 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec_2sa()
1053 k = rte_cryptodev_enqueue_burst(ts_params->valid_dev, 0, in crypto_ipsec_2sa_4grp()
H A Dtest_event_crypto_adapter.c342 ret = rte_cryptodev_enqueue_burst(TEST_CDEV_ID, TEST_CDEV_QP_ID, in send_op_recv_ev()
H A Dtest_cryptodev_blockcipher.c490 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_blockcipher_one_case()
/f-stack/dpdk/lib/librte_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()
/f-stack/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_failover.c32 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in failover_worker_enqueue()
H A Dscheduler_roundrobin.c34 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in schedule_enqueue()
/f-stack/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.c499 ret = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cqp->buf, len); in enqueue_cop_burst()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.c396 ret = rte_cryptodev_enqueue_burst(cdev_id, in eca_enq_to_cryptodev()
448 ret = rte_cryptodev_enqueue_burst(cdev_id, in eca_crypto_enq_flush()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h987 rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_enqueue_burst() function
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c397 rte_cryptodev_enqueue_burst( in vhost_crypto_worker()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst42 rte_cryptodev_enqueue_burst(...);
H A Dcryptodev_lib.rst355 uint16_t rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id,
738 * CANNOT mix the raw data-path API's enqueue with rte_cryptodev_enqueue_burst,
948 uint16_t num_enqueued_ops = rte_cryptodev_enqueue_burst(cdev_id, 0,
1214 uint16_t num_enqueued_ops = rte_cryptodev_enqueue_burst(cdev_id, 0,
/f-stack/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c1500 if (rte_cryptodev_enqueue_burst(dev_id, 0, &env->op, 1) < 1) { in run_single_test()
H A Dmain.c1178 if (rte_cryptodev_enqueue_burst(env.dev_id, 0, &env.op, 1) < 1) { in fips_run_test()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst447 ret = rte_cryptodev_enqueue_burst(cparams->dev_id,
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst273 When any of these parameters is set rte_cryptodev_enqueue_burst function will
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c351 ret = rte_cryptodev_enqueue_burst(cparams->dev_id, in l2fwd_crypto_send_burst()

12