Home
last modified time | relevance | path

Searched refs:local_phy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c695 struct sas_phy *local_phy; in hisi_sas_init_device() local
719 local_phy = sas_get_local_phy(device); in hisi_sas_init_device()
720 if (!scsi_is_sas_phy_local(local_phy) && in hisi_sas_init_device()
734 sas_put_local_phy(local_phy); in hisi_sas_init_device()
1737 struct sas_phy *local_phy = sas_get_local_phy(device); in hisi_sas_debug_I_T_nexus_reset() local
1744 if (!local_phy->enabled) { in hisi_sas_debug_I_T_nexus_reset()
1745 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1749 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1751 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()
1761 rc = sas_phy_reset(local_phy, reset_type); in hisi_sas_debug_I_T_nexus_reset()
[all …]