Home
last modified time | relevance | path

Searched refs:next_port (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
Dswitch.c256 u8 next_port = route; /* in get_switch_at_route() local
262 if (next_port > sw->config.max_port_number) in get_switch_at_route()
264 if (tb_is_upstream_port(&sw->ports[next_port])) in get_switch_at_route()
266 if (!sw->ports[next_port].remote) in get_switch_at_route()
268 return get_switch_at_route(sw->ports[next_port].remote->sw, in get_switch_at_route()
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c548 goto next_port; in __inet_hash_connect()
553 goto next_port; in __inet_hash_connect()
567 next_port: in __inet_hash_connect()
Dping.c104 goto next_port; in ping_get_port()
110 next_port: in ping_get_port()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c7930 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
7963 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()