Searched refs:port_next (Results 1 – 2 of 2) 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() 11262 struct hba_port *port, *port_next; scsih_remove() local [all...] |
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 1048 struct mpi3mr_hba_port *port, *port_next; in mpi3mr_get_hba_port_by_id() local 1050 list_for_each_entry_safe(port, port_next, in mpi3mr_get_hba_port_by_id()
|