Lines Matching defs:opt

20 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()
72 evt_parse_verbose(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_verbose()
79 evt_parse_fwd_latency(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_fwd_latency()
86 evt_parse_queue_priority(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_queue_priority()
93 evt_parse_deq_tmo_nsec(struct evt_options *opt, const char *arg) in evt_parse_deq_tmo_nsec()
103 evt_parse_eth_prod_type(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_eth_prod_type()
110 evt_parse_timer_prod_type(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_timer_prod_type()
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()
134 evt_parse_crypto_adptr_mode(struct evt_options *opt, const char *arg) in evt_parse_crypto_adptr_mode()
146 evt_parse_test_name(struct evt_options *opt, const char *arg) in evt_parse_test_name()
153 evt_parse_socket_id(struct evt_options *opt, const char *arg) in evt_parse_socket_id()
160 evt_parse_wkr_deq_dep(struct evt_options *opt, const char *arg) in evt_parse_wkr_deq_dep()
169 evt_parse_nb_pkts(struct evt_options *opt, const char *arg) in evt_parse_nb_pkts()
179 evt_parse_nb_timers(struct evt_options *opt, const char *arg) in evt_parse_nb_timers()
189 evt_parse_timer_tick_nsec(struct evt_options *opt, const char *arg) in evt_parse_timer_tick_nsec()
199 evt_parse_max_tmo_nsec(struct evt_options *opt, const char *arg) in evt_parse_max_tmo_nsec()
209 evt_parse_expiry_nsec(struct evt_options *opt, const char *arg) in evt_parse_expiry_nsec()
219 evt_parse_nb_timer_adptrs(struct evt_options *opt, const char *arg) in evt_parse_nb_timer_adptrs()
233 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz()
241 evt_parse_plcores(struct evt_options *opt, const char *corelist) in evt_parse_plcores()
253 evt_parse_work_lcores(struct evt_options *opt, const char *corelist) in evt_parse_work_lcores()
265 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz()
275 evt_parse_max_pkt_sz(struct evt_options *opt, const char *arg) in evt_parse_max_pkt_sz()
285 evt_parse_ena_vector(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_ena_vector()
292 evt_parse_vector_size(struct evt_options *opt, const char *arg) in evt_parse_vector_size()
302 evt_parse_vector_tmo_ns(struct evt_options *opt, const char *arg) in evt_parse_vector_tmo_ns()
312 evt_parse_eth_queues(struct evt_options *opt, const char *arg) in evt_parse_eth_queues()
322 evt_parse_per_port_pool(struct evt_options *opt, const char *arg __rte_unused) in evt_parse_per_port_pool()
329 evt_parse_prod_enq_burst_sz(struct evt_options *opt, const char *arg) in evt_parse_prod_enq_burst_sz()
385 evt_parse_sched_type_list(struct evt_options *opt, const char *arg) in evt_parse_sched_type_list()
463 evt_opts_parse_long(int opt_idx, struct evt_options *opt) in evt_opts_parse_long()
512 evt_options_parse(struct evt_options *opt, int argc, char **argv) in evt_options_parse()
536 evt_options_dump(struct evt_options *opt) in evt_options_dump()