| /f-stack/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()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_asym.c | 113 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_sign_verify() 137 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_sign_verify() 204 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_enc_dec() 228 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in queue_ops_rsa_enc_dec() 489 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_cryptodev_asym_op() 1161 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_shared_sec() 1249 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_priv_key() 1348 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_pub_key() 1447 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_dh_gen_kp() 1565 while (rte_cryptodev_dequeue_burst(dev_id, 0, &result_op, 1) == 0) in test_mod_inv() [all …]
|
| H A D | test_cryptodev_blockcipher.c | 500 while (rte_cryptodev_dequeue_burst(dev_id, 0, &op, 1) == 0) in test_blockcipher_one_case()
|
| H A D | test_ipsec.c | 767 k = rte_cryptodev_dequeue_burst(ts_params->valid_dev, 0, in crypto_dequeue_burst()
|
| H A D | test_cryptodev.c | 479 while (rte_cryptodev_dequeue_burst(dev_id, 0, &op, 1) == 0) in process_crypto_request() 10710 TEST_ASSERT_EQUAL(rte_cryptodev_dequeue_burst(ts_params->valid_devs[0], in test_null_burst_operation()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_throughput.c | 222 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner() 249 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
|
| H A D | cperf_test_latency.c | 223 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner() 271 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_latency_test_runner()
|
| H A D | cperf_test_verify.c | 337 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner() 368 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 284 burst_deqd = rte_cryptodev_dequeue_burst(state->ctx->dev_id, in pmd_cyclecount_bench_deq()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 340 n = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, cop, num); in cqp_dequeue()
|
| H A D | ipsec.c | 678 nb_cops = rte_cryptodev_dequeue_burst(cqp->id, cqp->qp, in ipsec_dequeue()
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev.h | 943 rte_cryptodev_dequeue_burst(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_dequeue_burst() function
|
| /f-stack/dpdk/lib/librte_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()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 408 fetched = rte_cryptodev_dequeue_burst( in vhost_crypto_worker()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 44 rte_cryptodev_dequeue_burst(...);
|
| H A D | cryptodev_lib.rst | 366 uint16_t rte_cryptodev_dequeue_burst(uint8_t dev_id, uint16_t qp_id, 958 num_dequeued_ops = rte_cryptodev_dequeue_burst(cdev_id, 0, 1224 num_dequeued_ops = rte_cryptodev_dequeue_burst(cdev_id, 0,
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_crypto_adapter.c | 602 n = rte_cryptodev_dequeue_burst(cdev_id, qp, in eca_crypto_adapter_deq_run()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | fips_dev_self_test.c | 1508 n_deqd = rte_cryptodev_dequeue_burst(dev_id, 0, &deqd_op, in run_single_test()
|
| H A D | main.c | 1187 n_deqd = rte_cryptodev_dequeue_burst(env.dev_id, 0, &deqd_op, in fips_run_test()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 470 nb_rx = rte_cryptodev_dequeue_burst(
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 930 nb_rx = rte_cryptodev_dequeue_burst( in l2fwd_main_loop()
|