Lines Matching refs:opt
57 struct evt_options *opt; member
78 struct evt_options *opt = t->opt;\
82 opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR;\
85 const uint8_t nb_stages = t->opt->nb_stages;\
90 if (opt->verbose_level > 1)\
136 perf_nb_event_ports(struct evt_options *opt) in perf_nb_event_ports() argument
138 return evt_nr_active_lcores(opt->wlcores) + in perf_nb_event_ports()
139 evt_nr_active_lcores(opt->plcores); in perf_nb_event_ports()
142 int perf_test_result(struct evt_test *test, struct evt_options *opt);
143 int perf_opt_check(struct evt_options *opt, uint64_t nb_queues);
144 int perf_test_setup(struct evt_test *test, struct evt_options *opt);
145 int perf_ethdev_setup(struct evt_test *test, struct evt_options *opt);
146 int perf_mempool_setup(struct evt_test *test, struct evt_options *opt);
147 int perf_event_dev_port_setup(struct evt_test *test, struct evt_options *opt,
151 int perf_launch_lcores(struct evt_test *test, struct evt_options *opt,
153 void perf_opt_dump(struct evt_options *opt, uint8_t nb_queues);
154 void perf_test_destroy(struct evt_test *test, struct evt_options *opt);
155 void perf_eventdev_destroy(struct evt_test *test, struct evt_options *opt);
156 void perf_ethdev_destroy(struct evt_test *test, struct evt_options *opt);
157 void perf_mempool_destroy(struct evt_test *test, struct evt_options *opt);