Searched refs:vphy_next (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 888 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local 919 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() 5951 struct virtual_phy *vphy, *vphy_next; in _scsih_update_vphys_after_reset() local 5961 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6038 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6360 struct virtual_phy *vphy, *vphy_next; in _scsih_del_dirty_vphy() local 6366 list_for_each_entry_safe(vphy, vphy_next, in _scsih_del_dirty_vphy()
|