Searched refs:vphy_next (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 900 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local 931 list_for_each_entry_safe(vphy, vphy_next, in mpt3sas_transport_port_remove()
|
D | mpt3sas_scsih.c | 444 struct virtual_phy *vphy, *vphy_next; in mpt3sas_get_vphy_by_phy() local 449 list_for_each_entry_safe(vphy, vphy_next, &port->vphys_list, list) { in mpt3sas_get_vphy_by_phy() 5938 struct virtual_phy *vphy, *vphy_next; in _scsih_update_vphys_after_reset() local 5948 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6025 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6347 struct virtual_phy *vphy, *vphy_next; in _scsih_del_dirty_vphy() local 6353 list_for_each_entry_safe(vphy, vphy_next, in _scsih_del_dirty_vphy()
|