Home
last modified time | relevance | path

Searched refs:vphy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c694 struct virtual_phy *vphy = NULL; in mpt3sas_transport_port_add() local
755 vphy = mpt3sas_get_vphy_by_phy(ioc, hba_port, i); in mpt3sas_transport_port_add()
756 if (!vphy) { in mpt3sas_transport_port_add()
812 if (!vphy) in mpt3sas_transport_port_add()
816 vphy->sas_address = in mpt3sas_transport_port_add()
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()
933 if (vphy->sas_address != sas_address) in mpt3sas_transport_port_remove()
936 "remove vphy entry: %p of port:%p,from %d port's vphys list\n", in mpt3sas_transport_port_remove()
937 vphy, por in mpt3sas_transport_port_remove()
[all...]
H A Dmpt3sas_scsih.c443 struct virtual_phy *vphy, *vphy_next; in mpt3sas_get_vphy_by_phy() local
448 list_for_each_entry_safe(vphy, vphy_next, &port->vphys_list, list) { in mpt3sas_get_vphy_by_phy()
449 if (vphy->phy_mask & (1 << phy)) in mpt3sas_get_vphy_by_phy()
450 return vphy; in mpt3sas_get_vphy_by_phy()
5950 struct virtual_phy *vphy, *vphy_next; in _scsih_update_vphys_after_reset() local
5960 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset()
5962 vphy->flags |= MPT_VPHY_FLAG_DIRTY_PHY; in _scsih_update_vphys_after_reset()
6037 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset()
6043 if (!(vphy->flags & MPT_VPHY_FLAG_DIRTY_PHY)) in _scsih_update_vphys_after_reset()
6051 if (vphy in _scsih_update_vphys_after_reset()
6359 struct virtual_phy *vphy, *vphy_next; _scsih_del_dirty_vphy() local
6524 struct virtual_phy *vphy; _scsih_alloc_vphy() local
[all...]

Completed in 11 milliseconds