Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_internal.h140 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
156 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target()
Dsas_expander.c188 if (dr->attached_dev_type == SAS_PHY_UNUSED && dr->attached_sata_dev && in to_dev_type()
238 phy->attached_dev_type = SAS_PHY_UNUSED; in sas_set_ex_phy()
259 if (phy->attached_dev_type == SAS_PHY_UNUSED || in sas_set_ex_phy()
296 case SAS_PHY_UNUSED: in sas_set_ex_phy()
1048 if (ex_phy->attached_dev_type == SAS_PHY_UNUSED) { in sas_ex_discover_dev()
1999 enum sas_device_type type = SAS_PHY_UNUSED; in sas_rediscover_dev()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_sas.c372 ((!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED)))
567 if (pm8001_ha->devices[dev].dev_type == SAS_PHY_UNUSED) { in pm8001_alloc_dev()
603 pm8001_dev->dev_type = SAS_PHY_UNUSED; in pm8001_free_dev()
943 if (!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED)) in pm8001_open_reject_retry()
Dpm8001_init.c412 pm8001_ha->devices[i].dev_type = SAS_PHY_UNUSED; in pm8001_alloc()
Dpm8001_hwi.c1507 && (pm8001_dev->dev_type == SAS_PHY_UNUSED))) { in pm8001_work_fn()
3314 case SAS_PHY_UNUSED: in hw_event_sas_phy_up()
3344 else if (phy->identify.device_type != SAS_PHY_UNUSED) in hw_event_sas_phy_up()
Dpm80xx_hwi.c3272 case SAS_PHY_UNUSED: in hw_event_sas_phy_up()
3302 else if (phy->identify.device_type != SAS_PHY_UNUSED) in hw_event_sas_phy_up()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c11 ((!dev) || (dev->dev_type == SAS_PHY_UNUSED))
676 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) { in hisi_sas_alloc_dev()
1044 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || in hisi_sas_release_tasks()
1086 sas_dev->dev_type = SAS_PHY_UNUSED; in hisi_sas_dev_gone()
1390 if ((sas_dev->dev_type == SAS_PHY_UNUSED) in hisi_sas_refresh_port_id()
1457 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device) in hisi_sas_reset_init_all_devices()
1508 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device) in hisi_sas_terminate_stp_reject()
1893 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device || in hisi_sas_clear_nexus_ha()
2329 hisi_hba->devices[i].dev_type = SAS_PHY_UNUSED; in hisi_sas_alloc()
Dhisi_sas_v2_hw.c858 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) { in alloc_dev_quirk_v2_hw()
2692 else if (phy->identify.device_type != SAS_PHY_UNUSED) { in phy_up_v2_hw()
Dhisi_sas_v1_hw.c1379 else if (phy->identify.device_type != SAS_PHY_UNUSED) in int_phyup_v1_hw()
Dhisi_sas_v3_hw.c1545 else if (phy->identify.device_type != SAS_PHY_UNUSED) in phy_up_v3_hw()
/kernel/linux/linux-5.10/include/scsi/
Dsas.h78 SAS_PHY_UNUSED = 0, enumerator
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_sas.c692 #define DEV_IS_GONE(mvi_dev) ((!mvi_dev || (mvi_dev->dev_type == SAS_PHY_UNUSED)))
1050 else if (phy->identify.device_type != SAS_PHY_UNUSED) in mvs_update_phyinfo()
1148 if (mvi->devices[dev].dev_type == SAS_PHY_UNUSED) { in mvs_alloc_dev()
1166 mvi_dev->dev_type = SAS_PHY_UNUSED; in mvs_free_dev()
Dmv_init.c237 mvi->devices[i].dev_type = SAS_PHY_UNUSED; in mvs_alloc()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c180 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
643 if (mpt3sas_port->remote_identify.device_type == SAS_PHY_UNUSED) { in mpt3sas_transport_port_add()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_sas.c126 { SAS_PHY_UNUSED, "unused" },
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptsas.c3017 identify->device_type = SAS_PHY_UNUSED; in mptsas_parse_device_info()