Lines Matching refs:evt_options
57 struct evt_options *opt;
78 struct evt_options *opt = t->opt;\
136 perf_nb_event_ports(struct evt_options *opt) 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);