Lines Matching refs:opt
67 struct evt_options *opt; member
92 struct evt_options *opt = t->opt;\
96 opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR;\
98 opt->prod_type == EVT_PROD_TYPE_EVENT_CRYPTO_ADPTR;\
101 const uint8_t nb_stages = t->opt->nb_stages;\
106 if (opt->verbose_level > 1)\
162 perf_nb_event_ports(struct evt_options *opt) in perf_nb_event_ports() argument
164 return evt_nr_active_lcores(opt->wlcores) + in perf_nb_event_ports()
165 evt_nr_active_lcores(opt->plcores); in perf_nb_event_ports()
168 int perf_test_result(struct evt_test *test, struct evt_options *opt);
169 int perf_opt_check(struct evt_options *opt, uint64_t nb_queues);
170 int perf_test_setup(struct evt_test *test, struct evt_options *opt);
171 int perf_ethdev_setup(struct evt_test *test, struct evt_options *opt);
172 int perf_cryptodev_setup(struct evt_test *test, struct evt_options *opt);
173 int perf_mempool_setup(struct evt_test *test, struct evt_options *opt);
174 int perf_event_dev_port_setup(struct evt_test *test, struct evt_options *opt,
178 int perf_launch_lcores(struct evt_test *test, struct evt_options *opt,
180 void perf_opt_dump(struct evt_options *opt, uint8_t nb_queues);
181 void perf_test_destroy(struct evt_test *test, struct evt_options *opt);
182 void perf_eventdev_destroy(struct evt_test *test, struct evt_options *opt);
183 void perf_cryptodev_destroy(struct evt_test *test, struct evt_options *opt);
184 void perf_ethdev_destroy(struct evt_test *test, struct evt_options *opt);
185 void perf_ethdev_rx_stop(struct evt_test *test, struct evt_options *opt);
186 void perf_mempool_destroy(struct evt_test *test, struct evt_options *opt);