Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/net/ipv4/
Dinet_hashtables.c528 goto next_port; in __inet_hash_connect()
533 goto next_port; in __inet_hash_connect()
547 next_port: in __inet_hash_connect()
Dping.c104 goto next_port; in ping_get_port()
110 next_port: in ping_get_port()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c7813 struct _sas_port *mpt2sas_port, *next_port; in _scsih_remove() local
7846 list_for_each_entry_safe(mpt2sas_port, next_port, in _scsih_remove()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c7418 struct _sas_port *mpt3sas_port, *next_port; in _scsih_remove() local
7451 list_for_each_entry_safe(mpt3sas_port, next_port, in _scsih_remove()