Home
last modified time | relevance | path

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

1234

/dpdk/app/test-eventdev/
H A Devt_options.c20 evt_options_default(struct evt_options *opt) in evt_options_default()
52 evt_parse_nb_flows(struct evt_options *opt, const char *arg) in evt_parse_nb_flows()
62 evt_parse_dev_id(struct evt_options *opt, const char *arg) in evt_parse_dev_id()
117 evt_parse_timer_prod_type_burst(struct evt_options *opt, in evt_parse_timer_prod_type_burst()
126 evt_parse_crypto_prod_type(struct evt_options *opt, in evt_parse_crypto_prod_type()
146 evt_parse_test_name(struct evt_options *opt, const char *arg) in evt_parse_test_name()
169 evt_parse_nb_pkts(struct evt_options *opt, const char *arg) in evt_parse_nb_pkts()
233 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz()
265 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz()
463 evt_opts_parse_long(int opt_idx, struct evt_options *opt) in evt_opts_parse_long()
[all …]
H A Dtest_order_common.c8 order_test_result(struct evt_test *test, struct evt_options *opt) in order_test_result()
21 struct evt_options *opt = t->opt; in order_producer() local
66 order_opt_check(struct evt_options *opt) in order_opt_check()
135 order_test_setup(struct evt_test *test, struct evt_options *opt) in order_test_setup()
207 order_test_destroy(struct evt_test *test, struct evt_options *opt) in order_test_destroy()
218 order_mempool_setup(struct evt_test *test, struct evt_options *opt) in order_mempool_setup()
235 order_mempool_destroy(struct evt_test *test, struct evt_options *opt) in order_mempool_destroy()
244 order_eventdev_destroy(struct evt_test *test, struct evt_options *opt) in order_eventdev_destroy()
253 order_opt_dump(struct evt_options *opt) in order_opt_dump()
262 order_launch_lcores(struct evt_test *test, struct evt_options *opt, in order_launch_lcores()
[all …]
H A Dtest_pipeline_common.c9 pipeline_test_result(struct evt_test *test, struct evt_options *opt) in pipeline_test_result()
29 pipeline_opt_dump(struct evt_options *opt, uint8_t nb_queues) in pipeline_opt_dump()
60 pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt, in pipeline_launch_lcores()
111 pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues) in pipeline_opt_check()
170 pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_setup()
327 pipeline_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in pipeline_event_rx_adapter_setup()
445 pipeline_event_tx_adapter_setup(struct evt_options *opt, in pipeline_event_tx_adapter_setup()
560 pipeline_ethdev_rx_stop(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_rx_stop()
600 pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt) in pipeline_mempool_setup()
682 pipeline_test_setup(struct evt_test *test, struct evt_options *opt) in pipeline_test_setup()
[all …]
H A Devt_options.h132 evt_has_invalid_stage(struct evt_options *opt) in evt_has_invalid_stage()
147 evt_has_invalid_sched_type(struct evt_options *opt) in evt_has_invalid_sched_type()
163 evt_dump_worker_lcores(struct evt_options *opt) in evt_dump_worker_lcores()
176 evt_dump_producer_lcores(struct evt_options *opt) in evt_dump_producer_lcores()
189 evt_dump_nb_flows(struct evt_options *opt) in evt_dump_nb_flows()
195 evt_dump_worker_dequeue_depth(struct evt_options *opt) in evt_dump_worker_dequeue_depth()
201 evt_dump_nb_stages(struct evt_options *opt) in evt_dump_nb_stages()
207 evt_dump_fwd_latency(struct evt_options *opt) in evt_dump_fwd_latency()
213 evt_dump_queue_priority(struct evt_options *opt) in evt_dump_queue_priority()
233 evt_dump_sched_type_list(struct evt_options *opt) in evt_dump_sched_type_list()
[all …]
H A Dtest_perf_common.c12 perf_test_result(struct evt_test *test, struct evt_options *opt) in perf_test_result()
38 struct evt_options *opt = t->opt; in perf_producer() local
90 struct evt_options *opt = t->opt; in perf_producer_burst() local
153 struct evt_options *opt = t->opt; in perf_event_timer_producer() local
219 struct evt_options *opt = t->opt; in perf_event_timer_producer_burst() local
286 struct evt_options *opt = t->opt; in crypto_adapter_enq_op_new() local
335 struct evt_options *opt = t->opt; in crypto_adapter_enq_op_fwd() local
384 struct evt_options *opt = p->t->opt; in perf_event_crypto_producer() local
667 struct evt_options *opt = t->opt; in perf_event_crypto_adapter_setup() local
888 perf_opt_check(struct evt_options *opt, uint64_t nb_queues) in perf_opt_check()
[all …]
H A Dtest_perf_atq.c10 atq_nb_event_queues(struct evt_options *opt) in atq_nb_event_queues()
171 struct evt_options *opt = w->t->opt; in worker_wrapper() local
190 perf_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_atq_launch_lcores()
196 perf_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_atq_eventdev_setup()
317 perf_atq_opt_dump(struct evt_options *opt) in perf_atq_opt_dump()
323 perf_atq_opt_check(struct evt_options *opt) in perf_atq_opt_check()
329 perf_atq_capability_check(struct evt_options *opt) in perf_atq_capability_check()
H A Dtest_perf_queue.c10 perf_queue_nb_event_queues(struct evt_options *opt) in perf_queue_nb_event_queues()
173 struct evt_options *opt = w->t->opt; in worker_wrapper() local
192 perf_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_queue_launch_lcores()
198 perf_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_queue_eventdev_setup()
334 perf_queue_opt_dump(struct evt_options *opt) in perf_queue_opt_dump()
341 perf_queue_opt_check(struct evt_options *opt) in perf_queue_opt_check()
347 perf_queue_capability_check(struct evt_options *opt) in perf_queue_capability_check()
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.c16 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.h52 struct evt_options *opt; member
187 pipeline_nb_event_ports(struct evt_options *opt) in pipeline_nb_event_ports()
H A Dtest_perf_common.h67 struct evt_options *opt; member
162 perf_nb_event_ports(struct evt_options *opt) in perf_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/lib/pcapng/
H A Drte_pcapng.c88 struct pcapng_option *opt; in pcapng_section_block() local
157 struct pcapng_option *opt; in pcapng_add_interface() local
266 struct pcapng_option *opt; in rte_pcapng_write_stats() local
418 struct pcapng_option *opt; in rte_pcapng_copy() local
/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/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/lib/eal/windows/
H A Deal.c101 int opt; in eal_log_level_parse() local
136 int opt, ret; in eal_parse_args() local
/dpdk/examples/vm_power_manager/guest_cli/
H A Dmain.c39 int opt, ret; in parse_args() local
/dpdk/examples/pipeline/
H A Dmain.c47 int opt, option_index; in parse_args() local
/dpdk/examples/ip_pipeline/
H A Dmain.c60 int opt, option_index; in parse_args() local
/dpdk/examples/server_node_efd/server/
H A Dargs.c125 int option_index, opt; in parse_app_args() local

1234