Searched refs:port_next (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 389 struct hba_port *port, *port_next; in mpt3sas_get_port_by_id() local 399 list_for_each_entry_safe(port, port_next, in mpt3sas_get_port_by_id() 5949 struct hba_port *port, *port_next, *mport; in _scsih_update_vphys_after_reset() local 5956 list_for_each_entry_safe(port, port_next, in _scsih_update_vphys_after_reset() 6028 port = port_next = NULL; in _scsih_update_vphys_after_reset() 6034 port_next, &ioc->port_table_list, list) { in _scsih_update_vphys_after_reset() 6358 struct hba_port *port, *port_next; in _scsih_del_dirty_vphy() local 6361 list_for_each_entry_safe(port, port_next, in _scsih_del_dirty_vphy() 6391 struct hba_port *port, *port_next; in _scsih_del_dirty_port_entries() local 6393 list_for_each_entry_safe(port, port_next, in _scsih_del_dirty_port_entries() [all …]
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 1027 struct mpi3mr_hba_port *port, *port_next; in mpi3mr_get_hba_port_by_id() local 1029 list_for_each_entry_safe(port, port_next, in mpi3mr_get_hba_port_by_id()
|