| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 124 parse_uint32_t(uint32_t *value, const char *arg) in parse_uint32_t() 141 parse_uint16_t(uint16_t *value, const char *arg) in parse_uint16_t() 310 parse_pool_sz(struct cperf_options *opts, const char *arg) in parse_pool_sz() 330 parse_burst_sz(struct cperf_options *opts, const char *arg) in parse_burst_sz() 390 parse_imix(struct cperf_options *opts, const char *arg) in parse_imix() 413 parse_desc_nb(struct cperf_options *opts, const char *arg) in parse_desc_nb() 443 parse_op_type(struct cperf_options *opts, const char *arg) in parse_op_type() 514 const char *arg) in parse_test_file() 526 const char *arg) in parse_test_name() 622 parse_auth_op(struct cperf_options *opts, const char *arg) in parse_auth_op() [all …]
|
| /dpdk/app/test-eventdev/ |
| H A D | evt_options.c | 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() 93 evt_parse_deq_tmo_nsec(struct evt_options *opt, const char *arg) in evt_parse_deq_tmo_nsec() 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() 233 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz() 265 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz() [all …]
|
| H A D | test_pipeline_atq.c | 21 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() 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() 301 pipeline_atq_worker_multi_stage_burst_tx(void *arg) in pipeline_atq_worker_multi_stage_burst_tx() 337 pipeline_atq_worker_multi_stage_burst_fwd(void *arg) in pipeline_atq_worker_multi_stage_burst_fwd() [all …]
|
| H A D | test_pipeline_queue.c | 21 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() 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() 335 pipeline_queue_worker_multi_stage_burst_tx(void *arg) in pipeline_queue_worker_multi_stage_burst_tx() 373 pipeline_queue_worker_multi_stage_burst_fwd(void *arg) in pipeline_queue_worker_multi_stage_burst_fwd() 414 pipeline_queue_worker_multi_stage_tx_vector(void *arg) in pipeline_queue_worker_multi_stage_tx_vector() [all …]
|
| H A D | test_order_atq.c | 22 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 D | test_order_queue.c | 22 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 D | sfc_ev.c | 53 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() 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() 221 sfc_ev_nop_tx(void *arg, uint32_t label, uint32_t id) in sfc_ev_nop_tx() 416 sfc_ev_software(void *arg, uint16_t magic) in sfc_ev_software() 426 sfc_ev_sram(void *arg, uint32_t code) in sfc_ev_sram() 436 sfc_ev_wake_up(void *arg, uint32_t index) in sfc_ev_wake_up() 446 sfc_ev_timer(void *arg, uint32_t index) in sfc_ev_timer() 466 sfc_ev_link_change(void *arg, efx_link_mode_t link_mode) in sfc_ev_link_change() [all …]
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 120 parse_uint32_t(uint32_t *value, const char *arg) in parse_uint32_t() 137 parse_uint16_t(uint16_t *value, const char *arg) in parse_uint16_t() 286 parse_num_iter(struct comp_test_data *test_data, const char *arg) in parse_num_iter() 305 parse_pool_sz(struct comp_test_data *test_data, const char *arg) in parse_pool_sz() 323 parse_burst_sz(struct comp_test_data *test_data, const char *arg) in parse_burst_sz() 361 parse_seg_sz(struct comp_test_data *test_data, const char *arg) in parse_seg_sz() 406 parse_window_sz(struct comp_test_data *test_data, const char *arg) in parse_window_sz() 433 parse_test_file(struct comp_test_data *test_data, const char *arg) in parse_test_file() 444 parse_op_type(struct comp_test_data *test_data, const char *arg) in parse_op_type() 504 parse_level(struct comp_test_data *test_data, const char *arg) in parse_level() [all …]
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 178 test_store1_prepare(void *arg) in test_store1_prepare() 295 test_load1_prepare(void *arg) in test_load1_prepare() 482 test_mul1_prepare(void *arg) in test_mul1_prepare() 498 test_mul1_check(uint64_t rc, const void *arg) in test_mul1_check() 660 test_shift1_prepare(void *arg) in test_shift1_prepare() 876 test_jump1_prepare(void *arg) in test_jump1_prepare() 1028 test_jump2_prepare(void *arg) in test_jump2_prepare() 1391 test_bele1_prepare(void *arg) in test_bele1_prepare() 2048 test_call3_prepare(void *arg) in test_call3_prepare() 2618 test_ld_mbuf1_prepare(void *arg) in test_ld_mbuf1_prepare() [all …]
|
| H A D | test_atomic.c | 111 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 D | test_func_reentrancy.c | 68 test_eal_init_once(__rte_unused void *arg) in test_eal_init_once() 103 ring_create_lookup(__rte_unused void *arg) in ring_create_lookup() 137 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init() 164 mempool_create_lookup(__rte_unused void *arg) in mempool_create_lookup() 225 hash_create_free(__rte_unused void *arg) in hash_create_free() 293 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 D | test_per_lcore.c | 38 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 D | test_spinlock.c | 54 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() 180 test_spinlock_try(__rte_unused void *arg) in test_spinlock_try()
|
| H A D | test_ticketlock.c | 54 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() 187 test_ticketlock_try(__rte_unused void *arg) in test_ticketlock_try()
|
| H A D | test_lcores.c | 21 static void *thread_loop(void *arg) in thread_loop() 128 limit_lcores_init(unsigned int lcore_id __rte_unused, void *arg) in limit_lcores_init() 139 limit_lcores_uninit(unsigned int lcore_id __rte_unused, void *arg) in limit_lcores_uninit() 343 static void *ctrl_thread_loop(void *arg) in ctrl_thread_loop()
|
| H A D | test_timer.c | 140 __rte_unused void *arg) in timer_stress_cb() 165 timer_stress_main_loop(__rte_unused void *arg) in timer_stress_main_loop() 272 timer_stress2_main_loop(__rte_unused void *arg) in timer_stress2_main_loop() 400 timer_basic_cb(struct rte_timer *tim, void *arg) in timer_basic_cb() 456 timer_basic_main_loop(__rte_unused void *arg) in timer_basic_main_loop()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 219 __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/lib/eal/windows/ |
| H A D | eal_alarm.c | 45 alarm_callback(void *arg, DWORD low __rte_unused, DWORD high __rte_unused) in alarm_callback() 80 alarm_task_exec(void *arg) in alarm_task_exec() 222 void *arg; member 227 intr_thread_entry(void *arg) in intr_thread_entry() 235 intr_thread_exec_sync(void (*func)(void *arg), void *arg) in intr_thread_exec_sync()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 385 enic_copy_item_ipv4_v1(struct copy_item_args *arg) in enic_copy_item_ipv4_v1() 423 enic_copy_item_udp_v1(struct copy_item_args *arg) in enic_copy_item_udp_v1() 462 enic_copy_item_tcp_v1(struct copy_item_args *arg) in enic_copy_item_tcp_v1() 640 enic_copy_item_eth_v2(struct copy_item_args *arg) in enic_copy_item_eth_v2() 680 enic_copy_item_vlan_v2(struct copy_item_args *arg) in enic_copy_item_vlan_v2() 732 enic_copy_item_ipv4_v2(struct copy_item_args *arg) in enic_copy_item_ipv4_v2() 761 enic_copy_item_ipv6_v2(struct copy_item_args *arg) in enic_copy_item_ipv6_v2() 790 enic_copy_item_udp_v2(struct copy_item_args *arg) in enic_copy_item_udp_v2() 819 enic_copy_item_tcp_v2(struct copy_item_args *arg) in enic_copy_item_tcp_v2() 848 enic_copy_item_sctp_v2(struct copy_item_args *arg) in enic_copy_item_sctp_v2() [all …]
|
| /dpdk/examples/timer/ |
| H A D | main.c | 28 __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/drivers/common/sfc_efx/ |
| H A D | sfc_efx_mcdi.c | 119 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/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 52 worker_do_tx_single(void *arg) in worker_do_tx_single() 93 worker_do_tx_single_atq(void *arg) in worker_do_tx_single_atq() 133 worker_do_tx_single_burst(void *arg) in worker_do_tx_single_burst() 180 worker_do_tx_single_burst_atq(void *arg) in worker_do_tx_single_burst_atq() 227 worker_do_tx(void *arg) in worker_do_tx() 281 worker_do_tx_atq(void *arg) in worker_do_tx_atq() 332 worker_do_tx_burst(void *arg) in worker_do_tx_burst() 388 worker_do_tx_burst_atq(void *arg) in worker_do_tx_burst_atq() 622 service_rx_adapter(void *arg) in service_rx_adapter()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | dpaa_sys.c | 16 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/lib/eal/common/ |
| H A D | eal_common_memory.c | 349 const struct rte_memseg *ms, void *arg) in find_virt() 362 const struct rte_memseg *ms, size_t len, void *arg) in find_virt_legacy() 403 physmem_size(const struct rte_memseg_list *msl, void *arg) in physmem_size() 428 void *arg) in dump_memseg() 466 void *arg) in rte_mem_event_callback_register() 481 rte_mem_event_callback_unregister(const char *name, void *arg) in rte_mem_event_callback_unregister() 536 const struct rte_memseg *ms, void *arg) in check_iova() 704 rte_memseg_contig_walk(rte_memseg_contig_walk_t func, void *arg) in rte_memseg_contig_walk() 717 rte_memseg_walk_thread_unsafe(rte_memseg_walk_t func, void *arg) in rte_memseg_walk_thread_unsafe() 745 rte_memseg_walk(rte_memseg_walk_t func, void *arg) in rte_memseg_walk() [all …]
|
| H A D | eal_common_thread.c | 169 eal_thread_loop(void *arg) in eal_thread_loop() 237 void *arg; member 245 static void *ctrl_thread_init(void *arg) in ctrl_thread_init() 272 void *(*start_routine)(void *), void *arg) in rte_ctrl_thread_create() argument
|