| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 139 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 D | cperf_test_latency.c | 157 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 D | cperf_test_verify.c | 286 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 D | cperf_test_pmd_cyclecount.c | 250 burst_enqd = rte_cryptodev_enqueue_burst(state->ctx->dev_id, in pmd_cyclecount_bench_enq()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 108 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 D | test_ipsec.c | 806 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 D | test_event_crypto_adapter.c | 356 ret = rte_cryptodev_enqueue_burst(TEST_CDEV_ID, TEST_CDEV_QP_ID, in send_op_recv_ev()
|
| H A D | test_cryptodev_blockcipher.c | 562 if (rte_cryptodev_enqueue_burst(dev_id, 0, &op, 1) != 1) { in test_blockcipher_one_case()
|
| /dpdk/lib/port/ |
| H A D | rte_port_sym_crypto.c | 199 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 D | scheduler_multicore.c | 187 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 D | scheduler_pkt_size_distr.c | 151 processed_ops_pri = rte_cryptodev_enqueue_burst( in schedule_enqueue() 161 processed_ops_sec = rte_cryptodev_enqueue_burst( in schedule_enqueue()
|
| H A D | scheduler_roundrobin.c | 34 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in schedule_enqueue()
|
| H A D | scheduler_failover.c | 32 processed_ops = rte_cryptodev_enqueue_burst(worker->dev_id, in failover_worker_enqueue()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 45 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 D | ipsec.c | 570 ret = rte_cryptodev_enqueue_burst(cqp->id, cqp->qp, cqp->buf, len); in enqueue_cop_burst()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.h | 1925 rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_enqueue_burst() function
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 411 rte_cryptodev_enqueue_burst( in vhost_crypto_worker()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 42 rte_cryptodev_enqueue_burst(...);
|
| H A D | cryptodev_lib.rst | 356 ``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 D | fips_dev_self_test.c | 1499 if (rte_cryptodev_enqueue_burst(dev_id, 0, &env->op, 1) < 1) { in run_single_test()
|
| H A D | main.c | 1193 if (rte_cryptodev_enqueue_burst(env.dev_id, 0, &env.op, 1) < 1) { in fips_run_test()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_crypto_adapter.c | 230 *nb_ops_flushed = rte_cryptodev_enqueue_burst(cdev_id, qp_id, in eca_circular_buffer_flush_to_cdev()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 317 while (rte_cryptodev_enqueue_burst(cdev_id, qp_id, &op, 1) != 1 && in crypto_adapter_enq_op_new()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 278 When any of these parameters is set rte_cryptodev_enqueue_burst function will
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 350 ret = rte_cryptodev_enqueue_burst(cparams->dev_id, in l2fwd_crypto_send_burst()
|