Home
last modified time | relevance | path

Searched refs:RTE_BBDEV_OP_NONE (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/app/test-bbdev/test_vectors/
H A Dbbdev_null.data5 RTE_BBDEV_OP_NONE
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c469 if (org_op_type == RTE_BBDEV_OP_NONE) in create_mempools()
487 if (org_op_type == RTE_BBDEV_OP_NONE) in create_mempools()
865 test_vector.op_type == RTE_BBDEV_OP_NONE) { in interrupt_testsuite_setup()
2371 if (op_type == RTE_BBDEV_OP_NONE) in run_test_case_on_device()
2686 case RTE_BBDEV_OP_NONE: in dequeue_event_callback()
2748 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_ldpc_dec()
2845 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_dec()
2935 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_enc()
3025 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_ldpc_enc()
3111 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_pmd_lcore_dec()
[all …]
H A Dtest_bbdev_vector.c315 *op_type = RTE_BBDEV_OP_NONE; in op_turbo_type_strtol()
860 enum rte_bbdev_op_type op_type = RTE_BBDEV_OP_NONE; in parse_entry()
880 if (vector->op_type == RTE_BBDEV_OP_NONE) { in parse_entry()
1347 } else if (vector->op_type != RTE_BBDEV_OP_NONE) { in bbdev_check_vector()
H A Dtest_bbdev.c512 RTE_BBDEV_OP_NONE, size, cache_size, 0)) != NULL, in test_bbdev_op_pool()
533 RTE_BBDEV_OP_NONE, size, cache_size, 0)) == NULL, in test_bbdev_op_pool()
/f-stack/dpdk/doc/guides/bbdevs/
H A Dnull.rst10 works for operation type ``RTE_BBDEV_OP_NONE``.
/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev.c469 if ((conf->op_type == RTE_BBDEV_OP_NONE) && in rte_bbdev_queue_configure()
471 RTE_BBDEV_OP_NONE)) { in rte_bbdev_queue_configure()
475 p->type != RTE_BBDEV_OP_NONE; p++) { in rte_bbdev_queue_configure()
840 case RTE_BBDEV_OP_NONE: in get_bbdev_op_size()
H A Drte_bbdev_op.h736 RTE_BBDEV_OP_NONE, /**< Dummy operation that does nothing */ enumerator
H A Drte_bbdev.h322 { RTE_BBDEV_OP_NONE }
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c1013 while (op_cap->type != RTE_BBDEV_OP_NONE) { in enable_bbdev()