Searched refs:port_next (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 396 struct hba_port *port, *port_next; in mpt3sas_get_port_by_id() local 406 list_for_each_entry_safe(port, port_next, in mpt3sas_get_port_by_id() 5958 struct hba_port *port, *port_next, *mport; in _scsih_update_vphys_after_reset() local 5965 list_for_each_entry_safe(port, port_next, in _scsih_update_vphys_after_reset() 6036 port = port_next = NULL; in _scsih_update_vphys_after_reset() 6042 port_next, &ioc->port_table_list, list) { in _scsih_update_vphys_after_reset() 6365 struct hba_port *port, *port_next; in _scsih_del_dirty_vphy() local 6368 list_for_each_entry_safe(port, port_next, in _scsih_del_dirty_vphy() 6398 struct hba_port *port, *port_next; in _scsih_del_dirty_port_entries() local 6400 list_for_each_entry_safe(port, port_next, in _scsih_del_dirty_port_entries() [all …]
|