Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1742 struct sas_phy *local_phy = sas_get_local_phy(device); in hisi_sas_debug_I_T_nexus_reset() local
1748 if (!local_phy->enabled) { in hisi_sas_debug_I_T_nexus_reset()
1749 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1753 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1755 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()
1768 rc = sas_phy_reset(local_phy, reset_type); in hisi_sas_debug_I_T_nexus_reset()
1769 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1771 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1773 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()
1823 struct sas_phy *local_phy; in hisi_sas_I_T_nexus_reset() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c708 struct sas_phy *local_phy; in hisi_sas_init_device() local
732 local_phy = sas_get_local_phy(device); in hisi_sas_init_device()
733 if (!scsi_is_sas_phy_local(local_phy) && in hisi_sas_init_device()
747 sas_put_local_phy(local_phy); in hisi_sas_init_device()
1754 struct sas_phy *local_phy = sas_get_local_phy(device); in hisi_sas_debug_I_T_nexus_reset() local
1761 if (!local_phy->enabled) { in hisi_sas_debug_I_T_nexus_reset()
1762 sas_put_local_phy(local_phy); in hisi_sas_debug_I_T_nexus_reset()
1766 if (scsi_is_sas_phy_local(local_phy)) { in hisi_sas_debug_I_T_nexus_reset()
1768 sas_ha->sas_phy[local_phy->number]; in hisi_sas_debug_I_T_nexus_reset()
1778 rc = sas_phy_reset(local_phy, reset_typ in hisi_sas_debug_I_T_nexus_reset()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_ata.c517 struct sas_phy *local_phy = sas_get_local_phy(dev); in sas_ata_prereset() local
520 if (!local_phy->enabled || test_bit(SAS_DEV_GONE, &dev->state)) in sas_ata_prereset()
522 sas_put_local_phy(local_phy); in sas_ata_prereset()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_ata.c551 struct sas_phy *local_phy = sas_get_local_phy(dev); in sas_ata_prereset() local
554 if (!local_phy->enabled || test_bit(SAS_DEV_GONE, &dev->state)) in sas_ata_prereset()
556 sas_put_local_phy(local_phy); in sas_ata_prereset()

Completed in 13 milliseconds