Home
last modified time | relevance | path

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

/dpdk/app/test-bbdev/test_vectors/
H A Dbbdev_null.data5 RTE_BBDEV_OP_NONE
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c512 if (org_op_type == RTE_BBDEV_OP_NONE) in create_mempools()
530 if (org_op_type == RTE_BBDEV_OP_NONE) in create_mempools()
908 test_vector.op_type == RTE_BBDEV_OP_NONE) { in interrupt_testsuite_setup()
2417 if (op_type == RTE_BBDEV_OP_NONE) in run_test_case_on_device()
2732 case RTE_BBDEV_OP_NONE: in dequeue_event_callback()
2793 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_ldpc_dec()
2887 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_dec()
2974 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_enc()
3061 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_intr_lcore_ldpc_enc()
3144 if (test_vector.op_type != RTE_BBDEV_OP_NONE) in throughput_pmd_lcore_dec()
[all …]
H A Dtest_bbdev_vector.c319 *op_type = RTE_BBDEV_OP_NONE; in op_turbo_type_strtol()
864 enum rte_bbdev_op_type op_type = RTE_BBDEV_OP_NONE; in parse_entry()
884 if (vector->op_type == RTE_BBDEV_OP_NONE) { in parse_entry()
1351 } 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()
/dpdk/doc/guides/bbdevs/
H A Dnull.rst10 works for operation type ``RTE_BBDEV_OP_NONE``.
/dpdk/lib/bbdev/
H A Drte_bbdev.c465 if ((conf->op_type == RTE_BBDEV_OP_NONE) && in rte_bbdev_queue_configure()
467 RTE_BBDEV_OP_NONE)) { in rte_bbdev_queue_configure()
471 p->type != RTE_BBDEV_OP_NONE; p++) { in rte_bbdev_queue_configure()
837 case RTE_BBDEV_OP_NONE: in get_bbdev_op_size()
H A Drte_bbdev_op.h746 RTE_BBDEV_OP_NONE, /**< Dummy operation that does nothing */ enumerator
H A Drte_bbdev.h305 { RTE_BBDEV_OP_NONE }
/dpdk/examples/bbdev_app/
H A Dmain.c1006 while (op_cap->type != RTE_BBDEV_OP_NONE) { in enable_bbdev()