Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev.h496 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_enc_ops()
527 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_dec_ops()
558 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_enc_ops()
589 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_enqueue_ldpc_dec_ops()
622 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_enc_ops()
655 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_dec_ops()
687 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_enc_ops()
718 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dequeue_ldpc_dec_ops()
H A Drte_bbdev_op.h857 struct rte_bbdev_enc_op **ops, uint16_t num_ops) in rte_bbdev_enc_op_alloc_bulk()
894 struct rte_bbdev_dec_op **ops, uint16_t num_ops) in rte_bbdev_dec_op_alloc_bulk()
926 rte_bbdev_dec_op_free_bulk(struct rte_bbdev_dec_op **ops, unsigned int num_ops) in rte_bbdev_dec_op_free_bulk()
944 rte_bbdev_enc_op_free_bulk(struct rte_bbdev_enc_op **ops, unsigned int num_ops) in rte_bbdev_enc_op_free_bulk()
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c175 uint8_t num_ops) in process_zuc_cipher_op()
237 uint8_t num_ops) in process_zuc_hash_op()
301 struct zuc_qp *qp, uint8_t num_ops, in process_ops()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c186 uint8_t num_ops) in process_snow3g_cipher_op()
248 uint8_t num_ops) in process_snow3g_hash_op()
297 struct snow3g_qp *qp, uint8_t num_ops, in process_ops()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd.c174 struct kasumi_session *session, uint8_t num_ops) in process_kasumi_cipher_op()
238 uint8_t num_ops) in process_kasumi_hash_op()
287 struct kasumi_qp *qp, uint8_t num_ops, in process_ops()
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c85 uint16_t num_ops = RTE_MIN(remaining_ops, in cperf_cyclecount_op_setup() local
260 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
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.h39 uint32_t num_ops; member
/f-stack/dpdk/app/test/
H A Dtest_red.c57 uint32_t num_ops; /**< Number of test operations */ member
317 uint32_t num_ops) in increase_average_qsize()
388 uint32_t num_ops, in enqueue_dequeue_func()
1188 uint32_t num_ops, in enqueue_dequeue_perf()
/f-stack/dpdk/app/test-bbdev/
H A Dmain.c29 unsigned int num_ops; member
H A Dtest_bbdev_perf.c442 enum rte_bbdev_op_type org_op_type, uint16_t num_ops) in create_mempools()
2576 uint16_t deq, burst_sz, num_ops; in dequeue_event_callback() local
3085 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_dec() local
3182 const uint16_t num_ops = tp->op_params->num_to_process; in bler_pmd_lcore_ldpc_dec() local
3313 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_dec() local
3436 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_enc() local
3527 const uint16_t num_ops = tp->op_params->num_to_process; in throughput_pmd_lcore_ldpc_enc() local
H A Dtest_bbdev.c658 uint16_t num_ops = 236; in test_bbdev_stats() local
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h654 uint32_t num_ops; /**< Number of used ops structs in the table. */ member