Searched defs:next_port (Results 1 - 3 of 3) sorted by last modified time

/drivers/thunderbolt/
H A Dswitch.c256 u8 next_port = route; /* local
262 if (next_port > sw->config.max_port_number)
264 if (tb_is_upstream_port(&sw->ports[next_port]))
266 if (!sw->ports[next_port].remote)
268 return get_switch_at_route(sw->ports[next_port].remote->sw,
/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c7829 struct _sas_port *mpt2sas_port, *next_port; local
7862 list_for_each_entry_safe(mpt2sas_port, next_port,
/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7433 struct _sas_port *mpt3sas_port, *next_port; local
7466 list_for_each_entry_safe(mpt3sas_port, next_port,

Completed in 135 milliseconds