| /dpdk/lib/bbdev/ |
| H A D | rte_bbdev.h | 476 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_enc_ops() 506 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_dec_ops() 536 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_enc_ops() 566 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_dec_ops() 598 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_enc_ops() 630 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_dec_ops() 661 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_enc_ops() 691 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_dec_ops()
|
| H A D | rte_bbdev_op.h | 864 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enc_op_alloc_bulk() 900 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dec_op_alloc_bulk() 931 rte_bbdev_dec_op_free_bulk(struct rte_bbdev_dec_op **ops, unsigned int num_ops) in rte_bbdev_dec_op_free_bulk() 948 rte_bbdev_enc_op_free_bulk(struct rte_bbdev_enc_op **ops, unsigned int num_ops) in rte_bbdev_enc_op_free_bulk()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_zuc.c | 70 uint8_t num_ops) in process_zuc_cipher_op() 137 uint8_t num_ops) in process_zuc_hash_op() 198 struct ipsec_mb_qp *qp, uint8_t num_ops) in process_ops()
|
| H A D | pmd_kasumi.c | 75 struct kasumi_session *session, uint8_t num_ops) in process_kasumi_cipher_op() 139 struct kasumi_session *session, uint8_t num_ops) in process_kasumi_hash_op() 191 struct ipsec_mb_qp *qp, uint8_t num_ops) in process_ops()
|
| H A D | pmd_snow3g.c | 98 uint8_t num_ops) in process_snow3g_cipher_op() 229 uint8_t num_ops) in process_snow3g_hash_op() 306 struct ipsec_mb_qp *qp, uint8_t num_ops) in process_ops()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_cyclecount.c | 84 uint16_t num_ops = RTE_MIN(remaining_ops, in cperf_cyclecount_op_setup() local 259 uint16_t num_ops = RTE_MIN(remaining_ops, in main_loop() local
|
| H A D | comp_perf_test_throughput.c | 135 uint16_t num_ops = RTE_MIN(remaining_ops, in main_loop() local
|
| H A D | comp_perf_test_verify.c | 140 uint16_t num_ops = RTE_MIN(remaining_ops, in main_loop() local
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.h | 39 uint32_t num_ops; member
|
| /dpdk/app/test/ |
| H A D | test_pie.c | 72 uint32_t num_ops; /**< Number of test operations */ member 290 uint32_t num_ops, in enqueue_dequeue_func() 725 uint32_t num_ops, in enqueue_dequeue_perf()
|
| H A D | test_red.c | 81 uint32_t num_ops; /**< Number of test operations */ member 341 uint32_t num_ops) in increase_average_qsize() 412 uint32_t num_ops, in enqueue_dequeue_func() 1212 uint32_t num_ops, in enqueue_dequeue_perf()
|
| /dpdk/app/test-bbdev/ |
| H A D | main.c | 29 unsigned int num_ops; member
|
| H A D | test_bbdev.c | 658 uint16_t num_ops = 236; in test_bbdev_stats() local
|
| H A D | test_bbdev_perf.c | 485 enum rte_bbdev_op_type org_op_type, uint16_t num_ops) in create_mempools() 2622 uint16_t deq, burst_sz, num_ops; in dequeue_event_callback() local 3119 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_dec() local 3215 const uint16_t num_ops = tp->op_params->num_to_process; in bler_pmd_lcore_ldpc_dec() local 3345 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_dec() local 3467 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_enc() local 3557 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_enc() local
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.h | 687 uint32_t num_ops; /**< Number of used ops structs in the table. */ member
|