Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 77) sorted by relevance

1234

/dpdk/app/test-mldev/
H A Dtest_model_ops.c15 test_model_ops_cap_check(struct ml_options *opt) in test_model_ops_cap_check()
24 test_model_ops_opt_check(struct ml_options *opt) in test_model_ops_opt_check()
53 test_model_ops_opt_dump(struct ml_options *opt) in test_model_ops_opt_dump()
68 test_model_ops_setup(struct ml_test *test, struct ml_options *opt) in test_model_ops_setup()
109 test_model_ops_destroy(struct ml_test *test, struct ml_options *opt) in test_model_ops_destroy()
120 test_model_ops_mldev_setup(struct ml_test *test, struct ml_options *opt) in test_model_ops_mldev_setup()
141 test_model_ops_mldev_destroy(struct ml_test *test, struct ml_options *opt) in test_model_ops_mldev_destroy()
163 test_model_ops_subtest_a(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_a()
202 test_model_ops_subtest_b(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_b()
252 test_model_ops_subtest_c(struct ml_test *test, struct ml_options *opt) in test_model_ops_subtest_c()
[all …]
H A Dml_options.c20 ml_options_default(struct ml_options *opt) in ml_options_default()
43 ml_parse_test_name(struct ml_options *opt, const char *arg) in ml_parse_test_name()
51 ml_parse_dev_id(struct ml_options *opt, const char *arg) in ml_parse_dev_id()
63 ml_parse_socket_id(struct ml_options *opt, const char *arg) in ml_parse_socket_id()
75 ml_parse_models(struct ml_options *opt, const char *arg) in ml_parse_models()
107 ml_parse_filelist(struct ml_options *opt, const char *arg) in ml_parse_filelist()
169 ml_parse_repetitions(struct ml_options *opt, const char *arg) in ml_parse_repetitions()
181 ml_parse_burst_size(struct ml_options *opt, const char *arg) in ml_parse_burst_size()
193 ml_parse_queue_pairs(struct ml_options *opt, const char *arg) in ml_parse_queue_pairs()
205 ml_parse_queue_size(struct ml_options *opt, const char *arg) in ml_parse_queue_size()
[all …]
H A Dtest_device_ops.c14 test_device_cap_check(struct ml_options *opt) in test_device_cap_check()
23 test_device_opt_check(struct ml_options *opt) in test_device_opt_check()
36 test_device_opt_dump(struct ml_options *opt) in test_device_opt_dump()
43 test_device_setup(struct ml_test *test, struct ml_options *opt) in test_device_setup()
79 test_device_destroy(struct ml_test *test, struct ml_options *opt) in test_device_destroy()
90 test_device_reconfigure(struct ml_test *test, struct ml_options *opt) in test_device_reconfigure()
177 test_device_driver(struct ml_test *test, struct ml_options *opt) in test_device_driver()
207 test_device_result(struct ml_test *test, struct ml_options *opt) in test_device_result()
H A Dtest_common.c72 ml_test_cap_check(struct ml_options *opt) in ml_test_cap_check()
86 ml_test_opt_check(struct ml_options *opt) in ml_test_opt_check()
124 ml_test_opt_dump(struct ml_options *opt) in ml_test_opt_dump()
130 ml_test_device_configure(struct ml_test *test, struct ml_options *opt) in ml_test_device_configure()
156 ml_test_device_close(struct ml_test *test, struct ml_options *opt) in ml_test_device_close()
172 ml_test_device_start(struct ml_test *test, struct ml_options *opt) in ml_test_device_start()
190 ml_test_device_stop(struct ml_test *test, struct ml_options *opt) in ml_test_device_stop()
H A Dtest_model_common.c15 ml_model_load(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_load()
59 ml_model_unload(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_unload()
86 ml_model_start(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_start()
113 ml_model_stop(struct ml_test *test, struct ml_options *opt, struct ml_model *model, uint16_t fid) in ml_model_stop()
H A Dtest_inference_common.c393 test_inference_cap_check(struct ml_options *opt) in test_inference_cap_check()
430 test_inference_opt_check(struct ml_options *opt) in test_inference_opt_check()
499 test_inference_opt_dump(struct ml_options *opt) in test_inference_opt_dump()
526 test_inference_setup(struct ml_test *test, struct ml_options *opt) in test_inference_setup()
595 test_inference_destroy(struct ml_test *test, struct ml_options *opt) in test_inference_destroy()
614 ml_inference_mldev_setup(struct ml_test *test, struct ml_options *opt) in ml_inference_mldev_setup()
658 ml_inference_mldev_destroy(struct ml_test *test, struct ml_options *opt) in ml_inference_mldev_destroy()
745 ml_inference_iomem_setup(struct ml_test *test, struct ml_options *opt, uint16_t fid) in ml_inference_iomem_setup()
884 ml_inference_iomem_destroy(struct ml_test *test, struct ml_options *opt, uint16_t fid) in ml_inference_iomem_destroy()
906 ml_inference_mem_setup(struct ml_test *test, struct ml_options *opt) in ml_inference_mem_setup()
[all …]
H A Dtest_inference_ordered.c13 test_inference_ordered_driver(struct ml_test *test, struct ml_options *opt) in test_inference_ordered_driver()
98 test_inference_ordered_result(struct ml_test *test, struct ml_options *opt) in test_inference_ordered_result()
H A Dtest_inference_interleave.c13 test_inference_interleave_driver(struct ml_test *test, struct ml_options *opt) in test_inference_interleave_driver()
101 test_inference_interleave_result(struct ml_test *test, struct ml_options *opt) in test_inference_interleave_result()
H A Dtest_stats.c10 ml_stats_get(struct ml_test *test, struct ml_options *opt, enum rte_ml_dev_xstats_mode mode, in ml_stats_get()
83 ml_throughput_get(struct ml_test *test, struct ml_options *opt) in ml_throughput_get()
H A Dml_main.c12 struct ml_options opt; variable
H A Dtest_common.h14 struct ml_options *opt; member
/dpdk/app/test-eventdev/
H A Dtest_order_common.c10 order_test_result(struct evt_test *test, struct evt_options *opt) in order_test_result()
23 struct evt_options *opt = t->opt; in order_producer() local
68 order_opt_check(struct evt_options *opt) in order_opt_check()
137 order_test_setup(struct evt_test *test, struct evt_options *opt) in order_test_setup()
209 order_test_destroy(struct evt_test *test, struct evt_options *opt) in order_test_destroy()
220 order_mempool_setup(struct evt_test *test, struct evt_options *opt) in order_mempool_setup()
237 order_mempool_destroy(struct evt_test *test, struct evt_options *opt) in order_mempool_destroy()
246 order_eventdev_destroy(struct evt_test *test, struct evt_options *opt) in order_eventdev_destroy()
255 order_opt_dump(struct evt_options *opt) in order_opt_dump()
264 order_launch_lcores(struct evt_test *test, struct evt_options *opt, in order_launch_lcores()
[all …]
H A Dtest_order_atq.c120 order_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_atq_launch_lcores()
127 order_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_atq_eventdev_setup()
179 order_atq_opt_dump(struct evt_options *opt) in order_atq_opt_dump()
186 order_atq_capability_check(struct evt_options *opt) in order_atq_capability_check()
H A Dtest_order_queue.c121 order_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_queue_launch_lcores()
128 order_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_queue_eventdev_setup()
193 order_queue_opt_dump(struct evt_options *opt) in order_queue_opt_dump()
200 order_queue_capability_check(struct evt_options *opt) in order_queue_capability_check()
H A Dtest_pipeline_atq.c11 pipeline_atq_nb_event_queues(struct evt_options *opt) in pipeline_atq_nb_event_queues()
525 struct evt_options *opt = w->t->opt; in worker_wrapper() local
564 pipeline_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_atq_launch_lcores()
570 pipeline_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_atq_eventdev_setup()
758 pipeline_atq_opt_dump(struct evt_options *opt) in pipeline_atq_opt_dump()
764 pipeline_atq_opt_check(struct evt_options *opt) in pipeline_atq_opt_check()
770 pipeline_atq_capability_check(struct evt_options *opt) in pipeline_atq_capability_check()
H A Dtest_pipeline_queue.c11 pipeline_queue_nb_event_queues(struct evt_options *opt) in pipeline_queue_nb_event_queues()
569 struct evt_options *opt = w->t->opt; in worker_wrapper() local
610 pipeline_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_queue_launch_lcores()
616 pipeline_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_queue_eventdev_setup()
791 pipeline_queue_opt_dump(struct evt_options *opt) in pipeline_queue_opt_dump()
797 pipeline_queue_opt_check(struct evt_options *opt) in pipeline_queue_opt_check()
803 pipeline_queue_capability_check(struct evt_options *opt) in pipeline_queue_capability_check()
H A Devt_main.c17 struct evt_options opt; variable
H A Dtest_order_common.h62 struct evt_options *opt; member
89 order_nb_event_ports(struct evt_options *opt) in order_nb_event_ports()
H A Dtest_pipeline_common.h54 struct evt_options *opt; member
189 pipeline_nb_event_ports(struct evt_options *opt) in pipeline_nb_event_ports()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c22 #define DHCP_OPT_HAS_VALUE(opt) \ argument
29 #define DHCP_IS_ENCAP_OPT(opt) DHCP_OPT_HAS_VALUE(DHCP_ENCAPSULATOR(opt)) argument
226 __in uint16_t opt) in efx_dhcp_walk_tags()
316 __in uint16_t opt, in efx_dhcp_find_tag()
383 __in uint16_t opt) in efx_dhcp_delete_tag()
463 __in uint16_t opt, in efx_dhcp_write_tag()
484 __in uint16_t opt, in efx_dhcp_add_tag()
623 __in uint16_t opt, in efx_dhcp_update_tag()
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmove_cmd.h92 uint16_t offset = 0, opt = 0; in rta_move() local
233 uint16_t *offset, uint16_t *opt) in set_move_offset()
/dpdk/lib/pcapng/
H A Drte_pcapng.c146 struct pcapng_option *opt; in pcapng_section_block() local
212 struct pcapng_option *opt; rte_pcapng_add_interface() local
329 struct pcapng_option *opt; rte_pcapng_write_stats() local
479 struct pcapng_option *opt; rte_pcapng_copy() local
[all...]
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h274 #define MOVE(program, src, src_offset, dst, dst_offset, length, opt) \ argument
302 #define MOVEB(program, src, src_offset, dst, dst_offset, length, opt) \ argument
331 #define MOVEDW(program, src, src_offset, dst, dst_offset, length, opt) \ argument
702 #define MATHB(program, operand1, operator, operand2, result, length, opt) \ argument
731 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument
753 #define MATHU(program, operand1, operator, result, length, opt) \ argument
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dargs.c108 int option_index, opt; in parse_app_args() local
/dpdk/examples/pipeline/
H A Dmain.c48 int opt, option_index; in parse_args() local

1234