| /dpdk/lib/cmdline/ |
| H A D | cmdline.c | 22 struct cmdline *cl = rdl->opaque; in cmdline_valid_buffer() local 38 struct cmdline *cl = rdl->opaque; in cmdline_complete_buffer() local 46 struct cmdline *cl; in cmdline_write_char() local 61 cmdline_set_prompt(struct cmdline *cl, const char *prompt) in cmdline_set_prompt() 71 struct cmdline *cl; in cmdline_new() local 99 cmdline_get_rdline(struct cmdline *cl) in cmdline_get_rdline() 105 cmdline_free(struct cmdline *cl) in cmdline_free() 135 cmdline_in(struct cmdline *cl, const char *buf, int size) in cmdline_in() 172 cmdline_quit(struct cmdline *cl) in cmdline_quit() 180 cmdline_poll(struct cmdline *cl) in cmdline_poll() [all …]
|
| H A D | cmdline_os_unix.c | 12 terminal_adjust(struct cmdline *cl) in terminal_adjust() 26 terminal_restore(const struct cmdline *cl) in terminal_restore() 32 cmdline_poll_char(struct cmdline *cl) in cmdline_poll_char() 44 cmdline_read_char(struct cmdline *cl, char *c) in cmdline_read_char()
|
| H A D | cmdline_os_windows.c | 19 terminal_adjust(struct cmdline *cl) in terminal_adjust() 55 terminal_restore(const struct cmdline *cl) in terminal_restore() 93 cmdline_poll_char_file(struct cmdline *cl, HANDLE handle) in cmdline_poll_char_file() 135 cmdline_poll_char(struct cmdline *cl) in cmdline_poll_char() 144 cmdline_read_char(struct cmdline *cl, char *c) in cmdline_read_char()
|
| H A D | cmdline_socket.c | 39 struct cmdline *cl; in cmdline_stdin_new() local 50 cmdline_stdin_exit(struct cmdline *cl) in cmdline_stdin_exit()
|
| /dpdk/app/test-cmdline/ |
| H A D | commands.c | 29 struct cmdline *cl, in cmd_quit_parsed() 60 struct cmdline *cl, in cmd_single_parsed() 91 struct cmdline *cl, in cmd_single_long_parsed() 124 struct cmdline *cl, in cmd_autocomplete_1_parsed() 157 struct cmdline *cl, in cmd_autocomplete_2_parsed() 188 struct cmdline *cl, in cmd_num_parsed() 220 struct cmdline *cl, in cmd_ambig_1_parsed() 256 struct cmdline *cl, in cmd_ambig_2_parsed() 294 struct cmdline *cl, in cmd_get_history_bufsize_parsed() 328 struct cmdline *cl, in cmd_clear_history_parsed()
|
| H A D | cmdline_test.c | 27 struct cmdline *cl; in main() local
|
| /dpdk/examples/vm_power_manager/ |
| H A D | vm_power_cli.c | 30 struct cmdline *cl, in cmd_quit_parsed() 59 cmd_show_vm_parsed(void *parsed_result, struct cmdline *cl, in cmd_show_vm_parsed() 136 cmd_set_pcpu_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_pcpu_parsed() 183 cmd_vm_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_vm_op_parsed() 222 cmd_channels_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_channels_op_parsed() 303 __rte_unused struct cmdline *cl, in cmd_set_query_parsed() 350 cmd_channels_status_op_parsed(void *parsed_result, struct cmdline *cl, in cmd_channels_status_op_parsed() 436 cmd_show_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_show_cpu_freq_parsed() 477 cmd_set_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_cpu_freq_parsed() 540 struct cmdline *cl; in run_cli() local
|
| /dpdk/examples/multi_process/hotplug_mp/ |
| H A D | commands.c | 20 struct cmdline *cl, in cmd_help_parsed() 50 struct cmdline *cl, in cmd_quit_parsed() 76 struct cmdline *cl, in cmd_list_parsed() 114 struct cmdline *cl, in cmd_dev_attach_parsed() 160 struct cmdline *cl, in cmd_dev_detach_parsed()
|
| H A D | main.c | 26 struct cmdline *cl; in main() local
|
| /dpdk/app/test/ |
| H A D | commands.c | 59 __rte_unused struct cmdline *cl, in cmd_autotest_parsed() 112 __rte_unused struct cmdline *cl, in cmd_dump_parsed() 166 static void cmd_dump_one_parsed(void *parsed_result, struct cmdline *cl, in cmd_dump_one_parsed() 217 struct cmdline *cl, in cmd_quit_parsed() 244 static void cmd_set_rxtx_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_rxtx_parsed() 280 struct cmdline *cl, in cmd_set_rxtx_anchor_parsed() 317 struct cmdline *cl, in cmd_set_rxtx_sc_parsed()
|
| H A D | test_cmdline_lib.c | 54 struct cmdline *cl; in test_cmdline_parse_fns() local 156 struct cmdline *cl; in test_cmdline_socket_fns() local 201 struct cmdline *cl; in test_cmdline_fns() local
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 112 __rte_unused struct cmdline *cl, in cmd_quit_parsed() 177 __rte_unused struct cmdline *cl, in cmd_query_freq_list_parsed() 287 __rte_unused struct cmdline *cl, in cmd_query_caps_list_parsed() 409 cmd_set_cpu_freq_parsed(void *parsed_result, struct cmdline *cl, in cmd_set_cpu_freq_parsed() 472 send_policy(struct rte_power_channel_packet *pkt, struct cmdline *cl) in send_policy() 495 cmd_send_policy_parsed(void *parsed_result, struct cmdline *cl, in cmd_send_policy_parsed() 540 struct cmdline *cl; in run_cli() local
|
| /dpdk/examples/qos_sched/ |
| H A D | cmdline.c | 25 struct cmdline *cl, in cmd_help_parsed() 68 struct cmdline *cl, in cmd_quit_parsed() 95 __rte_unused struct cmdline *cl, in cmd_setqavg_parsed() 137 __rte_unused struct cmdline *cl, in cmd_appstats_parsed() 171 __rte_unused struct cmdline *cl, in cmd_subportstats_parsed() 222 __rte_unused struct cmdline *cl, in cmd_pipestats_parsed() 285 __rte_unused struct cmdline *cl, in cmd_avg_q_parsed() 362 __rte_unused struct cmdline *cl, in cmd_avg_tcpipe_parsed() 429 __rte_unused struct cmdline *cl, in cmd_avg_pipe_parsed() 488 __rte_unused struct cmdline *cl, in cmd_avg_tcsubport_parsed() [all …]
|
| /dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 42 __rte_unused struct cmdline *cl, in cmd_send_parsed() 80 struct cmdline *cl, in cmd_quit_parsed() 107 struct cmdline *cl, in cmd_help_parsed()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 1258 __rte_unused struct cmdline *cl, in cmd_operate_specific_port_parsed() 1545 __rte_unused struct cmdline *cl, in cmd_config_speed_all_parsed() 2846 __rte_unused struct cmdline *cl, in cmd_setup_rxtx_queue_parsed() 7832 struct cmdline *cl, in cmd_reset_parsed() 8448 __rte_unused struct cmdline *cl, in cmd_showqueue_parsed() 8885 struct cmdline *cl, in cmd_quit_parsed() 11172 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_anti_spoof_parsed() 11278 __rte_unused struct cmdline *cl, in cmd_set_vf_mac_anti_spoof_parsed() 11385 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_stripq_parsed() 11492 __rte_unused struct cmdline *cl, in cmd_set_vf_vlan_insert_parsed() [all …]
|
| H A D | cmdline_mtr.c | 221 __rte_unused struct cmdline *cl, in cmd_show_port_meter_cap_parsed() 356 __rte_unused struct cmdline *cl, in cmd_add_port_meter_profile_srtcm_parsed() 469 __rte_unused struct cmdline *cl, in cmd_add_port_meter_profile_trtcm_parsed() 588 __rte_unused struct cmdline *cl, in cmd_add_port_meter_profile_trtcm_rfc4115_parsed() 674 __rte_unused struct cmdline *cl, in cmd_del_port_meter_profile_parsed() 771 __rte_unused struct cmdline *cl, in cmd_create_port_meter_parsed() 865 __rte_unused struct cmdline *cl, in cmd_enable_port_meter_parsed() 926 __rte_unused struct cmdline *cl, in cmd_disable_port_meter_parsed() 991 __rte_unused struct cmdline *cl, in cmd_del_port_meter_policy_parsed() 1052 __rte_unused struct cmdline *cl, in cmd_del_port_meter_parsed() [all …]
|
| H A D | cmdline_tm.c | 227 __rte_unused struct cmdline *cl, in cmd_show_port_tm_cap_parsed() 380 __rte_unused struct cmdline *cl, in cmd_show_port_tm_level_cap_parsed() 529 __rte_unused struct cmdline *cl, in cmd_show_port_tm_node_cap_parsed() 657 __rte_unused struct cmdline *cl, in cmd_show_port_tm_node_stats_parsed() 773 __rte_unused struct cmdline *cl, in cmd_show_port_tm_node_type_parsed() 890 __rte_unused struct cmdline *cl, in cmd_add_port_tm_node_shaper_profile_parsed() 988 __rte_unused struct cmdline *cl, in cmd_del_port_tm_node_shaper_profile_parsed() 1073 __rte_unused struct cmdline *cl, in cmd_add_port_tm_node_shared_shaper_parsed() 1169 __rte_unused struct cmdline *cl, in cmd_del_port_tm_node_shared_shaper_parsed() 1323 __rte_unused struct cmdline *cl, in cmd_add_port_tm_node_wred_profile_parsed() [all …]
|
| H A D | bpf_cmd.c | 90 __rte_unused struct cmdline *cl, in cmd_operate_bpf_ld_parsed() 161 __rte_unused struct cmdline *cl, in cmd_operate_bpf_unld_parsed()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | parser.c | 195 __rte_unused struct cmdline *cl, void *data) in cfg_sp_add_cfg_item_parsed() 250 __rte_unused struct cmdline *cl, void *data) in cfg_sa_add_cfg_item_parsed() 290 __rte_unused struct cmdline *cl, void *data) in cfg_rt_add_cfg_item_parsed() 333 __rte_unused struct cmdline *cl, void *data) in cfg_flow_add_cfg_item_parsed() 377 cfg_parse_neigh(void *parsed_result, __rte_unused struct cmdline *cl, in cfg_parse_neigh() 430 struct cmdline *cl = cmdline_stdin_new(ipsec_ctx, ""); in parse_cfg_file() local
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 253 struct cmdline *cl, in cmd_help_parsed() 289 struct cmdline *cl, in cmd_list_vdpa_devices_parsed() 341 struct cmdline *cl, in cmd_create_vdpa_port_parsed() 387 static void cmd_device_stats_parsed(void *parsed_result, struct cmdline *cl, in cmd_device_stats_parsed() 494 struct cmdline *cl, in cmd_quit_parsed() 527 struct cmdline *cl; in main() local
|
| /dpdk/examples/cmdline/ |
| H A D | commands.c | 67 struct cmdline *cl, in cmd_obj_del_show_parsed() 120 struct cmdline *cl, in cmd_obj_add_parsed() 181 struct cmdline *cl, in cmd_help_parsed()
|
| H A D | main.c | 28 struct cmdline *cl; in main() local
|
| /dpdk/examples/bond/ |
| H A D | main.c | 480 __rte_unused struct cmdline *cl, in cmd_obj_send_parsed() 569 struct cmdline *cl, in cmd_start_parsed() 627 struct cmdline *cl, in cmd_help_parsed() 659 struct cmdline *cl, in cmd_stop_parsed() 700 struct cmdline *cl, in cmd_quit_parsed() 743 struct cmdline *cl, in cmd_show_parsed() 804 struct cmdline *cl; in prompt() local
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 743 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue_array_mode_direct() local 766 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue_array_mode_mem_back() local 796 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue_ring_mode_direct() local 836 const uint32_t *cl = qb_cl(d); in qbman_swp_enqueue_ring_mode_cinh_read_direct() local 1511 const uint32_t *cl; in qbman_swp_enqueue_multiple_desc_direct() local 1576 const uint32_t *cl; in qbman_swp_enqueue_multiple_desc_cinh_read_direct() local 1641 const uint32_t *cl; in qbman_swp_enqueue_multiple_desc_cinh_direct() local 1696 const uint32_t *cl; in qbman_swp_enqueue_multiple_desc_mem_back() local 1890 uint32_t *cl = qb_cl(d); in qbman_swp_pull_direct() local 1915 uint32_t *cl = qb_cl(d); in qbman_swp_pull_cinh_direct() local [all …]
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 113 struct cmdline *cl, in cmd_help_parsed() 158 struct cmdline *cl, in cmd_quit_parsed() 212 __rte_unused struct cmdline *cl, in cmd_sendfile_parsed() 798 __rte_unused struct cmdline *cl, in cmd_start_parsed() 824 __rte_unused struct cmdline *cl, in cmd_stop_parsed() 987 __rte_unused struct cmdline *cl, in cmd_stats_parsed() 1026 __rte_unused struct cmdline *cl, in cmd_set_fwd_mode_parsed() 1082 struct cmdline *cl; in prompt() local
|