Lines Matching refs:local_phy
710 struct sas_phy *local_phy; in hisi_sas_init_device() local
734 local_phy = sas_get_local_phy(device); in hisi_sas_init_device()
735 if (!scsi_is_sas_phy_local(local_phy) && in hisi_sas_init_device()
749 sas_put_local_phy(local_phy); in hisi_sas_init_device()
1757 struct sas_phy *local_phy = sas_get_local_phy(device); in hisi_sas_debug_I_T_nexus_reset() local
1764 if (!local_phy->enabled) { in hisi_sas_debug_I_T_nexus_reset()
1765 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1769 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1771 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()
1781 rc = sas_phy_reset(local_phy, reset_type); in hisi_sas_debug_I_T_nexus_reset()
1782 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1784 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1786 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()