| /dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 114 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_sign_verify() 138 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_sign_verify() 205 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_enc_dec() 229 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_enc_dec() 482 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_cryptodev_asym_op() 1099 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_shared_sec() 1177 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_priv_key() 1266 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_pub_key() 1355 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_kp() 1462 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_mod_inv() [all …]
|
| H A D | test_cryptodev_blockcipher.c | 572 while (rte_cryptodev_dequeue_burst(dev_id, 0, &op, 1) == 0) in test_blockcipher_one_case()
|
| H A D | test_ipsec.c | 777 k = rte_cryptodev_dequeue_burst(ts_params->valid_dev, 0, in crypto_dequeue_burst()
|
| H A D | test_cryptodev.c | 533 while (rte_cryptodev_dequeue_burst(dev_id, 0, &op, 1) == 0) in process_crypto_request() 12385 TEST_ASSERT_EQUAL(rte_cryptodev_dequeue_burst(ts_params->valid_devs[0], in test_null_burst_operation()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_failover.c | 89 nb_deq_ops = rte_cryptodev_dequeue_burst(worker->dev_id, in schedule_dequeue() 102 nb_deq_ops2 = rte_cryptodev_dequeue_burst(worker->dev_id, in schedule_dequeue()
|
| H A D | scheduler_pkt_size_distr.c | 200 nb_deq_ops_pri = rte_cryptodev_dequeue_burst(worker->dev_id, in schedule_dequeue() 213 nb_deq_ops_sec = rte_cryptodev_dequeue_burst(worker->dev_id, in schedule_dequeue()
|
| H A D | scheduler_roundrobin.c | 87 nb_deq_ops = rte_cryptodev_dequeue_burst(worker->dev_id, in schedule_dequeue()
|
| H A D | scheduler_multicore.c | 213 processed_ops = rte_cryptodev_dequeue_burst( in mc_scheduler_worker()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 228 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner() 255 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
|
| H A D | cperf_test_verify.c | 300 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner() 331 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
|
| H A D | cperf_test_latency.c | 228 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner() 276 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 281 burst_deqd = rte_cryptodev_dequeue_burst(state->ctx->dev_id, in pmd_cyclecount_bench_deq()
|
| /dpdk/lib/port/ |
| H A D | rte_port_sym_crypto.c | 75 rx_ops_cnt = rte_cryptodev_dequeue_burst(p->cryptodev_id, p->queue_id, in rte_port_sym_crypto_reader_rx()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 366 n = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, cop, num); in cqp_dequeue()
|
| H A D | ipsec.c | 758 nb_cops = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, in ipsec_dequeue()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.h | 1853 rte_cryptodev_dequeue_burst(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_dequeue_burst() function
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 422 fetched = rte_cryptodev_dequeue_burst( in vhost_crypto_worker()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 44 rte_cryptodev_dequeue_burst(...);
|
| H A D | cryptodev_lib.rst | 356 ``rte_cryptodev_enqueue_burst``/``rte_cryptodev_dequeue_burst`` is called. 410 uint16_t rte_cryptodev_dequeue_burst(uint8_t dev_id, uint16_t qp_id, 1002 num_dequeued_ops = rte_cryptodev_dequeue_burst(cdev_id, 0,
|
| /dpdk/examples/fips_validation/ |
| H A D | fips_dev_self_test.c | 1507 n_deqd = rte_cryptodev_dequeue_burst(dev_id, 0, &deqd_op, in run_single_test()
|
| H A D | main.c | 1202 n_deqd = rte_cryptodev_dequeue_burst(env.dev_id, 0, &deqd_op, in fips_run_test()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_crypto_adapter.c | 761 n = rte_cryptodev_dequeue_burst(cdev_id, qp, in eca_crypto_adapter_deq_run()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 958 nb_rx = rte_cryptodev_dequeue_burst( in l2fwd_main_loop()
|