Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 162) sorted by relevance

1234567

/dpdk/lib/argparse/
H A Drte_argparse.c24 is_arg_optional(const struct rte_argparse_arg * arg) is_arg_optional() argument
30 is_arg_positional(const struct rte_argparse_arg * arg) is_arg_positional() argument
36 arg_attr_has_val(const struct rte_argparse_arg * arg) arg_attr_has_val() argument
42 arg_attr_val_type(const struct rte_argparse_arg * arg) arg_attr_val_type() argument
48 arg_attr_flag_multi(const struct rte_argparse_arg * arg) arg_attr_flag_multi() argument
54 arg_attr_unused_bits(const struct rte_argparse_arg * arg) arg_attr_unused_bits() argument
62 verify_arg_name(const struct rte_argparse_arg * arg) verify_arg_name() argument
101 verify_arg_help(const struct rte_argparse_arg * arg) verify_arg_help() argument
112 verify_arg_has_val(const struct rte_argparse_arg * arg) verify_arg_has_val() argument
137 const struct rte_argparse_arg *arg = &obj->args[index]; verify_arg_saver() local
174 const struct rte_argparse_arg *arg = &obj->args[index]; verify_arg_flags() local
209 const struct rte_argparse_arg *arg = &self->args[index]; verify_arg_repeat() local
237 const struct rte_argparse_arg *arg = &obj->args[index]; verify_argparse_arg() local
304 const struct rte_argparse_arg *arg; calc_position_count() local
322 struct rte_argparse_arg *arg; find_position_arg() local
341 is_arg_match(struct rte_argparse_arg * arg,const char * curr_argv,uint32_t len) is_arg_match() argument
360 struct rte_argparse_arg *arg; find_option_arg() local
380 parse_arg_int(struct rte_argparse_arg * arg,const char * value) parse_arg_int() argument
405 parse_arg_u8(struct rte_argparse_arg * arg,const char * value) parse_arg_u8() argument
433 parse_arg_u16(struct rte_argparse_arg * arg,const char * value) parse_arg_u16() argument
461 parse_arg_u32(struct rte_argparse_arg * arg,const char * value) parse_arg_u32() argument
489 parse_arg_u64(struct rte_argparse_arg * arg,const char * value) parse_arg_u64() argument
517 parse_arg_autosave(struct rte_argparse_arg * arg,const char * value) parse_arg_autosave() argument
540 parse_arg_val(struct rte_argparse * obj,struct rte_argparse_arg * arg,char * value) parse_arg_val() argument
566 struct rte_argparse_arg *arg; parse_args() local
646 const struct rte_argparse_arg *arg; calc_help_align() local
667 show_oneline_help(const struct rte_argparse_arg * arg,uint32_t width) show_oneline_help() argument
686 const struct rte_argparse_arg *arg; show_args_pos_help() local
711 const struct rte_argparse_arg *arg; show_args_opt_help() local
775 struct rte_argparse_arg arg = { rte_argparse_parse_type() local
[all...]
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c94 parse_cperf_test_type(struct comp_test_data *test_data, const char *arg) in parse_cperf_test_type()
125 parse_uint32_t(uint32_t *value, const char *arg) in parse_uint32_t()
142 parse_uint16_t(uint16_t *value, const char *arg) in parse_uint16_t()
159 parse_uint8_t(uint8_t *value, const char *arg) in parse_uint8_t()
176 parse_range(const char *arg, uint8_t *min, uint8_t *max, uint8_t *inc) in parse_range()
240 parse_list(const char *arg, uint8_t *list, uint8_t *min, uint8_t *max) in parse_list()
308 parse_num_iter(struct comp_test_data *test_data, const char *arg) in parse_num_iter()
327 parse_pool_sz(struct comp_test_data *test_data, const char *arg) in parse_pool_sz()
345 parse_burst_sz(struct comp_test_data *test_data, const char *arg) in parse_burst_sz()
363 parse_extended_input_sz(struct comp_test_data *test_data, const char *arg) in parse_extended_input_sz()
[all …]
/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c21 pipeline_atq_worker_single_stage_tx(void *arg) in pipeline_atq_worker_single_stage_tx()
43 pipeline_atq_worker_single_stage_fwd(void *arg) in pipeline_atq_worker_single_stage_fwd()
68 pipeline_atq_worker_single_stage_burst_tx(void *arg) in pipeline_atq_worker_single_stage_burst_tx()
95 pipeline_atq_worker_single_stage_burst_fwd(void *arg) in pipeline_atq_worker_single_stage_burst_fwd()
125 pipeline_atq_worker_single_stage_tx_vector(void *arg) in pipeline_atq_worker_single_stage_tx_vector()
148 pipeline_atq_worker_single_stage_fwd_vector(void *arg) in pipeline_atq_worker_single_stage_fwd_vector()
176 pipeline_atq_worker_single_stage_burst_tx_vector(void *arg) in pipeline_atq_worker_single_stage_burst_tx_vector()
204 pipeline_atq_worker_single_stage_burst_fwd_vector(void *arg) in pipeline_atq_worker_single_stage_burst_fwd_vector()
237 pipeline_atq_worker_multi_stage_tx(void *arg) in pipeline_atq_worker_multi_stage_tx()
268 pipeline_atq_worker_multi_stage_fwd(void *arg) in pipeline_atq_worker_multi_stage_fwd()
[all …]
H A Dtest_pipeline_queue.c21 pipeline_queue_worker_single_stage_tx(void *arg) in pipeline_queue_worker_single_stage_tx()
50 pipeline_queue_worker_single_stage_fwd(void *arg) in pipeline_queue_worker_single_stage_fwd()
76 pipeline_queue_worker_single_stage_burst_tx(void *arg) in pipeline_queue_worker_single_stage_burst_tx()
109 pipeline_queue_worker_single_stage_burst_fwd(void *arg) in pipeline_queue_worker_single_stage_burst_fwd()
139 pipeline_queue_worker_single_stage_tx_vector(void *arg) in pipeline_queue_worker_single_stage_tx_vector()
170 pipeline_queue_worker_single_stage_fwd_vector(void *arg) in pipeline_queue_worker_single_stage_fwd_vector()
198 pipeline_queue_worker_single_stage_burst_tx_vector(void *arg) in pipeline_queue_worker_single_stage_burst_tx_vector()
233 pipeline_queue_worker_single_stage_burst_fwd_vector(void *arg) in pipeline_queue_worker_single_stage_burst_fwd_vector()
266 pipeline_queue_worker_multi_stage_tx(void *arg) in pipeline_queue_worker_multi_stage_tx()
301 pipeline_queue_worker_multi_stage_fwd(void *arg) in pipeline_queue_worker_multi_stage_fwd()
[all …]
H A Dtest_order_atq.c22 order_atq_worker(void *arg, const bool flow_id_cap) in order_atq_worker()
56 order_atq_worker_burst(void *arg, const bool flow_id_cap) in order_atq_worker_burst()
100 worker_wrapper(void *arg) in worker_wrapper()
H A Dtest_order_queue.c22 order_queue_worker(void *arg, const bool flow_id_cap) in order_queue_worker()
56 order_queue_worker_burst(void *arg, const bool flow_id_cap) in order_queue_worker_burst()
101 worker_wrapper(void *arg) in worker_wrapper()
/dpdk/drivers/net/sfc/
H A Dsfc_ev.c53 sfc_ev_initialized(void *arg) in sfc_ev_initialized()
67 sfc_ev_nop_rx(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx()
79 sfc_ev_efx_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_efx_rx()
152 sfc_ev_dp_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx()
166 sfc_ev_nop_rx_packets(void *arg, uint32_t label, unsigned int num_packets, in sfc_ev_nop_rx_packets()
178 sfc_ev_dp_rx_packets(void *arg, __rte_unused uint32_t label, in sfc_ev_dp_rx_packets()
192 sfc_ev_nop_rx_ps(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx_ps()
205 sfc_ev_dp_rx_ps(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx_ps()
221 sfc_ev_nop_tx(void *arg, uint32_t label, uint32_t id) in sfc_ev_nop_tx()
231 sfc_ev_tx(void *arg, __rte_unused uint32_t label, uint32_t id) in sfc_ev_tx()
[all …]
/dpdk/app/test-mldev/
H A Dml_options.c43 ml_parse_test_name(struct ml_options *opt, const char *arg) in ml_parse_test_name()
51 ml_parse_dev_id(struct ml_options *opt, const char *arg) in ml_parse_dev_id()
63 ml_parse_socket_id(struct ml_options *opt, const char *arg) in ml_parse_socket_id()
75 ml_parse_models(struct ml_options *opt, const char *arg) in ml_parse_models()
107 ml_parse_filelist(struct ml_options *opt, const char *arg) in ml_parse_filelist()
169 ml_parse_repetitions(struct ml_options *opt, const char *arg) in ml_parse_repetitions()
181 ml_parse_burst_size(struct ml_options *opt, const char *arg) in ml_parse_burst_size()
193 ml_parse_queue_pairs(struct ml_options *opt, const char *arg) in ml_parse_queue_pairs()
205 ml_parse_queue_size(struct ml_options *opt, const char *arg) in ml_parse_queue_size()
217 ml_parse_tolerance(struct ml_options *opt, const char *arg) in ml_parse_tolerance()
/dpdk/app/test/
H A Dtest_per_lcore.c38 assign_vars(__rte_unused void *arg) in assign_vars()
47 display_vars(__rte_unused void *arg) in display_vars()
62 test_per_lcore_delay(__rte_unused void *arg) in test_per_lcore_delay()
H A Dtest_atomic.c111 test_atomic_usual(__rte_unused void *arg) in test_atomic_usual()
149 test_atomic_tas(__rte_unused void *arg) in test_atomic_tas()
165 test_atomic_addsub_and_return(__rte_unused void *arg) in test_atomic_addsub_and_return()
209 test_atomic_inc_and_test(__rte_unused void *arg) in test_atomic_inc_and_test()
236 test_atomic_dec_and_test(__rte_unused void *arg) in test_atomic_dec_and_test()
264 test_atomic128_cmp_exchange(__rte_unused void *arg) in test_atomic128_cmp_exchange()
400 test_atomic_exchange(__rte_unused void *arg) in test_atomic_exchange()
H A Dtest_func_reentrancy.c69 test_eal_init_once(__rte_unused void *arg) in test_eal_init_once()
105 ring_create_lookup(__rte_unused void *arg) in ring_create_lookup()
139 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init()
166 mempool_create_lookup(__rte_unused void *arg) in mempool_create_lookup()
227 hash_create_free(__rte_unused void *arg) in hash_create_free()
294 fbk_create_free(__rte_unused void *arg) in fbk_create_free()
363 lpm_create_free(__rte_unused void *arg) in lpm_create_free()
408 void* arg; member
H A Dtest_spinlock.c54 test_spinlock_per_core(__rte_unused void *arg) in test_spinlock_per_core()
68 test_spinlock_recursive_per_core(__rte_unused void *arg) in test_spinlock_recursive_per_core()
181 test_spinlock_try(__rte_unused void *arg) in test_spinlock_try()
H A Dtest_ticketlock.c54 test_ticketlock_per_core(__rte_unused void *arg) in test_ticketlock_per_core()
68 test_ticketlock_recursive_per_core(__rte_unused void *arg) in test_ticketlock_recursive_per_core()
188 test_ticketlock_try(__rte_unused void *arg) in test_ticketlock_try()
H A Dtest_lcores.c32 static uint32_t thread_loop(void *arg) in thread_loop()
139 limit_lcores_init(unsigned int lcore_id __rte_unused, void *arg) in limit_lcores_init()
150 limit_lcores_uninit(unsigned int lcore_id __rte_unused, void *arg) in limit_lcores_uninit()
354 static uint32_t ctrl_thread_loop(void *arg) in ctrl_thread_loop()
H A Dtest_timer.c140 __rte_unused void *arg) in timer_stress_cb()
165 timer_stress_main_loop(__rte_unused void *arg) in timer_stress_main_loop()
279 timer_stress2_main_loop(__rte_unused void *arg) in timer_stress2_main_loop()
407 timer_basic_cb(struct rte_timer *tim, void *arg) in timer_basic_cb()
463 timer_basic_main_loop(__rte_unused void *arg) in timer_basic_main_loop()
H A Dtest_pflock.c37 test_pflock_per_core(__rte_unused void *arg) in test_pflock_per_core()
62 load_loop_fn(void *arg) in load_loop_fn()
/dpdk/lib/eal/windows/
H A Deal_alarm.c45 alarm_callback(void *arg, DWORD low __rte_unused, DWORD high __rte_unused) in alarm_callback() argument
80 alarm_task_exec(void *arg) in alarm_task_exec() argument
222 void *arg; global() member
227 intr_thread_entry(void * arg) intr_thread_entry() argument
236 intr_thread_exec_sync(void (* func)(void * arg),void * arg) intr_thread_exec_sync() argument
[all...]
/dpdk/drivers/common/sfc_efx/base/
H A Drhead_ev.c219 __in_opt void *arg) in rhead_ev_dispatch()
273 __in_opt void *arg) in rhead_ev_qpoll()
356 __in_opt void *arg) in rhead_ev_ew_dispatch()
419 __in_opt void *arg) in rhead_ev_ew_qpoll()
530 __in_opt void *arg) in rhead_ev_rx_packets()
573 __in_opt void *arg) in rhead_ev_tx_completion()
611 __in_opt void *arg) in rhead_ev_mcdi()
631 __in_opt void *arg) in rhead_ev_ew_txq_desc()
662 __in_opt void *arg) in rhead_ev_ew_virtq_desc()
/dpdk/examples/timer/
H A Dmain.c28 __rte_unused void *arg) in timer0_cb()
45 __rte_unused void *arg) in timer1_cb()
60 lcore_mainloop(__rte_unused void *arg) in lcore_mainloop()
/dpdk/lib/eal/common/
H A Deal_common_thread.c169 eal_thread_loop(void *arg) in eal_thread_loop()
240 void *arg; member
248 static int control_thread_init(void *arg) in control_thread_init()
273 static uint32_t control_thread_start(void *arg) in control_thread_start()
287 rte_thread_func start_routine, void *arg) in rte_thread_create_control()
346 rte_thread_func func, void *arg) in rte_thread_create_internal_control()
H A Deal_common_launch.c34 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch()
65 rte_eal_mp_remote_launch(int (*f)(void *), void *arg, in rte_eal_mp_remote_launch() argument
H A Deal_common_memalloc.c21 void *arg; member
45 find_mem_event_callback(const char *name, void *arg) in find_mem_event_callback()
149 rte_mem_event_callback_t clb, void *arg) in eal_memalloc_mem_event_callback_register()
198 eal_memalloc_mem_event_callback_unregister(const char *name, void *arg) in eal_memalloc_mem_event_callback_unregister()
/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.c119 sfc_efx_mcdi_execute(void *arg, efx_mcdi_req_t *emrp) in sfc_efx_mcdi_execute()
168 sfc_efx_mcdi_ev_cpl(void *arg) in sfc_efx_mcdi_ev_cpl()
180 sfc_efx_mcdi_exception(void *arg, efx_mcdi_exception_t eme) in sfc_efx_mcdi_exception()
223 sfc_efx_mcdi_logger(void *arg, efx_log_msg_t type, in sfc_efx_mcdi_logger()
259 sfc_efx_mcdi_ev_proxy_response(void *arg, uint32_t handle, efx_rc_t result) in sfc_efx_mcdi_ev_proxy_response()
/dpdk/drivers/bus/dpaa/base/qbman/
H A Ddpaa_sys.c16 void *arg; member
65 int qbman_request_irq(int irq, irqreturn_t (*isr)(int irq, void *arg), in qbman_request_irq()
83 int qbman_free_irq(int irq, __maybe_unused void *arg) in qbman_free_irq()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c54 worker_do_tx_single(void *arg) in worker_do_tx_single() argument
95 worker_do_tx_single_atq(void *arg) in worker_do_tx_single_atq() argument
135 worker_do_tx_single_burst(void *arg) in worker_do_tx_single_burst() argument
182 worker_do_tx_single_burst_atq(void *arg) in worker_do_tx_single_burst_atq() argument
229 worker_do_tx(void *arg) in worker_do_tx() argument
283 worker_do_tx_atq(void * arg) worker_do_tx_atq() argument
334 worker_do_tx_burst(void * arg) worker_do_tx_burst() argument
390 worker_do_tx_burst_atq(void * arg) worker_do_tx_burst_atq() argument
624 service_rx_adapter(void * arg) service_rx_adapter() argument
[all...]

1234567