Home
last modified time | relevance | path

Searched refs:RTE_PORT_ALL (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test-pmd/
H A Dconfig.c1030 if (port_id == (portid_t)RTE_PORT_ALL) in port_id_is_invalid()
1606 port_id == (portid_t)RTE_PORT_ALL) in action_get_by_id()
1634 port_id == (portid_t)RTE_PORT_ALL) in action_alloc()
1769 port_id == (portid_t)RTE_PORT_ALL) in port_flow_get_info()
1804 port_id == (portid_t)RTE_PORT_ALL) in port_flow_configure()
1872 port_id == (portid_t)RTE_PORT_ALL) in port_action_handle_destroy()
2248 port_id == (portid_t)RTE_PORT_ALL) in port_flow_pattern_template_create()
2278 port_id == (portid_t)RTE_PORT_ALL) in port_flow_pattern_template_destroy()
2329 port_id == (portid_t)RTE_PORT_ALL) in port_flow_actions_template_create()
2982 port_id == (portid_t)RTE_PORT_ALL) in port_flow_flush()
[all …]
H A Dtestpmd.c2677 if (pi == (portid_t)RTE_PORT_ALL) { in fill_xstats_display_info_for_port()
2738 if (pid != pi && pid != (portid_t)RTE_PORT_ALL) in start_port()
2966 check_all_ports_link_status(RTE_PORT_ALL); in start_port()
3035 if (pid != pi && pid != (portid_t)RTE_PORT_ALL) in stop_port()
3089 check_all_ports_link_status(RTE_PORT_ALL); in stop_port()
3128 if (pid != pi && pid != (portid_t)RTE_PORT_ALL) in close_port()
3174 if ((pid == (portid_t)RTE_PORT_ALL && !all_ports_stopped()) || in reset_port()
3175 (pid != (portid_t)RTE_PORT_ALL && !port_is_stopped(pid))) { in reset_port()
3184 if (pid != pi && pid != (portid_t)RTE_PORT_ALL) in reset_port()
4238 if (!no_device_start && start_port(RTE_PORT_ALL) != 0) in main()
H A Dparameters.c335 port_id == (portid_t)RTE_PORT_ALL) { in parse_portnuma_config()
395 port_id == (portid_t)RTE_PORT_ALL) { in parse_ringnuma_config()
H A Dcmdline.c1218 start_port(RTE_PORT_ALL); in cmd_operate_port_parsed()
1220 stop_port(RTE_PORT_ALL); in cmd_operate_port_parsed()
1222 close_port(RTE_PORT_ALL); in cmd_operate_port_parsed()
1224 reset_port(RTE_PORT_ALL); in cmd_operate_port_parsed()
1565 cmd_reconfig_device_queue(RTE_PORT_ALL, 1, 1); in cmd_config_speed_all_parsed()
1637 cmd_reconfig_device_queue(RTE_PORT_ALL, 1, 1); in cmd_config_speed_specific_parsed()
1706 cmd_reconfig_device_queue(RTE_PORT_ALL, 1, 1); in cmd_config_loopback_all_parsed()
1852 cmd_reconfig_device_queue(RTE_PORT_ALL, 1, 1); in cmd_config_rx_tx_parsed()
2568 if (res->portid == (portid_t)RTE_PORT_ALL) { in cmd_config_rxtx_ring_size_parsed()
2859 if (res->portid == (portid_t)RTE_PORT_ALL) { in cmd_setup_rxtx_queue_parsed()
[all …]
H A Dtestpmd.h25 #define RTE_PORT_ALL (~(portid_t)0x0) macro
H A Dcmdline_flow.c9952 ctx->port == (portid_t)RTE_PORT_ALL) in comp_rule_id()
10081 ctx->port == (portid_t)RTE_PORT_ALL) in comp_pattern_template_id()
10105 ctx->port == (portid_t)RTE_PORT_ALL) in comp_actions_template_id()
10129 ctx->port == (portid_t)RTE_PORT_ALL) in comp_table_id()
10152 ctx->port == (portid_t)RTE_PORT_ALL) in comp_queue_id()
/dpdk/app/test/
H A Dtest_pmd_perf.c23 #define RTE_PORT_ALL (~(uint16_t)0x0) macro
782 check_all_ports_link_status(nb_ports, RTE_PORT_ALL); in test_pmd_perf()