Searched refs:start_port (Results 1 – 6 of 6) sorted by relevance
59 unsigned start_port; member290 lcore_ports[i].start_port = ports_assigned; in assign_ports_to_cores()308 const unsigned start_port = lcore_ports[id].start_port; in lcore_main() local309 const unsigned end_port = start_port + lcore_ports[id].num_ports; in lcore_main()315 if (start_port == end_port){ in lcore_main()325 for (p = start_port; p < end_port; p++){ in lcore_main()339 for (p = start_port; p < end_port; p++) { in lcore_main()
210 set start_port [expr {$::port+100}]212 set start_port [find_available_port $start_port]214 --client $port --port $start_port &]216 incr start_port 10
62 lassign [split $ip_port :] start_host start_port65 set r [redis $start_host $start_port]
924 int start_port(portid_t pid);
2507 start_port(portid_t pid) in start_port() function3936 if (!no_device_start && start_port(RTE_PORT_ALL) != 0) in main()
1205 start_port(RTE_PORT_ALL); in cmd_operate_port_parsed()1251 start_port(res->value); in cmd_operate_specific_port_parsed()