Home
last modified time | relevance | path

Searched defs:num_ops (Results 1 – 15 of 15) sorted by relevance

/dpdk/lib/bbdev/
H A Drte_bbdev.h476 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 Drte_bbdev_op.h864 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 Dpmd_zuc.c70 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 Dpmd_kasumi.c75 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 Dpmd_snow3g.c98 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 Dcomp_perf_test_cyclecount.c84 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 Dcomp_perf_test_throughput.c135 uint16_t num_ops = RTE_MIN(remaining_ops, in main_loop() local
H A Dcomp_perf_test_verify.c140 uint16_t num_ops = RTE_MIN(remaining_ops, in main_loop() local
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.h39 uint32_t num_ops; member
/dpdk/app/test/
H A Dtest_pie.c72 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 Dtest_red.c81 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 Dmain.c29 unsigned int num_ops; member
H A Dtest_bbdev.c658 uint16_t num_ops = 236; in test_bbdev_stats() local
H A Dtest_bbdev_perf.c485 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 Drte_mempool.h687 uint32_t num_ops; /**< Number of used ops structs in the table. */ member