Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
H A Dsas_internal.h172 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
188 phy->identify.device_type = SAS_PHY_UNUSED; in sas_phy_set_target()
H A Dsas_expander.c193 if (dr->attached_dev_type == SAS_PHY_UNUSED && dr->attached_sata_dev && in to_dev_type()
243 phy->attached_dev_type = SAS_PHY_UNUSED; in sas_set_ex_phy()
264 if (phy->attached_dev_type == SAS_PHY_UNUSED) in sas_set_ex_phy()
300 case SAS_PHY_UNUSED: in sas_set_ex_phy()
998 if (ex_phy->attached_dev_type == SAS_PHY_UNUSED) { in sas_ex_discover_dev()
1646 if (*type == SAS_PHY_UNUSED) in sas_get_sas_addr_and_dev_type()
1966 enum sas_device_type type = SAS_PHY_UNUSED; in sas_rediscover_dev()
H A Dsas_ata.c306 enum sas_device_type type = SAS_PHY_UNUSED; in smp_ata_check_ready_type()
/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c445 ((!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED)))
642 if (pm8001_dev->dev_type == SAS_PHY_UNUSED) { in pm8001_alloc_dev()
676 pm8001_dev->dev_type = SAS_PHY_UNUSED; in pm8001_free_dev()
827 if (!pm8001_dev || (pm8001_dev->dev_type == SAS_PHY_UNUSED)) in pm8001_open_reject_retry()
H A Dpm8001_init.c454 pm8001_ha->devices[i].dev_type = SAS_PHY_UNUSED; in pm8001_alloc()
H A Dpm8001_hwi.c1462 && (pm8001_dev->dev_type == SAS_PHY_UNUSED))) { in pm8001_work_fn()
3131 case SAS_PHY_UNUSED: in hw_event_sas_phy_up()
3161 else if (phy->identify.device_type != SAS_PHY_UNUSED) in hw_event_sas_phy_up()
H A Dpm80xx_hwi.c3208 case SAS_PHY_UNUSED: in hw_event_sas_phy_up()
3238 else if (phy->identify.device_type != SAS_PHY_UNUSED) in hw_event_sas_phy_up()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c21 ((!dev) || (dev->dev_type == SAS_PHY_UNUSED))
699 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) { in hisi_sas_alloc_dev()
1176 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || in hisi_sas_release_tasks()
1240 sas_dev->dev_type = SAS_PHY_UNUSED; in hisi_sas_dev_gone()
1409 if ((sas_dev->dev_type == SAS_PHY_UNUSED) in hisi_sas_refresh_port_id()
1490 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device) in hisi_sas_reset_init_all_devices()
1535 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device) in hisi_sas_terminate_stp_reject()
1974 if ((sas_dev->dev_type == SAS_PHY_UNUSED) || !device || in hisi_sas_clear_nexus_ha()
2237 hisi_hba->devices[i].dev_type = SAS_PHY_UNUSED; in hisi_sas_alloc()
H A Dhisi_sas_v2_hw.c858 if (hisi_hba->devices[i].dev_type == SAS_PHY_UNUSED) { in alloc_dev_quirk_v2_hw()
2702 else if (phy->identify.device_type != SAS_PHY_UNUSED) { in phy_up_v2_hw()
H A Dhisi_sas_v1_hw.c1374 else if (phy->identify.device_type != SAS_PHY_UNUSED) in int_phyup_v1_hw()
H A Dhisi_sas_v3_hw.c1661 else if (phy->identify.device_type != SAS_PHY_UNUSED) in phy_up_v3_hw()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c678 #define DEV_IS_GONE(mvi_dev) ((!mvi_dev || (mvi_dev->dev_type == SAS_PHY_UNUSED)))
1034 else if (phy->identify.device_type != SAS_PHY_UNUSED) in mvs_update_phyinfo()
1132 if (mvi->devices[dev].dev_type == SAS_PHY_UNUSED) { in mvs_alloc_dev()
1150 mvi_dev->dev_type = SAS_PHY_UNUSED; in mvs_free_dev()
H A Dmv_init.c219 mvi->devices[i].dev_type = SAS_PHY_UNUSED; in mvs_alloc()
/linux/include/scsi/
H A Dsas.h78 SAS_PHY_UNUSED = 0, enumerator
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c245 identify->device_type = SAS_PHY_UNUSED; in _transport_set_identify()
728 if (mpt3sas_port->remote_identify.device_type == SAS_PHY_UNUSED) { in mpt3sas_transport_port_add()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c840 identify->device_type = SAS_PHY_UNUSED; in mpi3mr_set_identify()
1369 if (mr_sas_port->remote_identify.device_type == SAS_PHY_UNUSED) { in mpi3mr_sas_port_add()
/linux/drivers/scsi/
H A Dscsi_transport_sas.c127 { SAS_PHY_UNUSED, "unused" },
/linux/drivers/message/fusion/
H A Dmptsas.c3044 identify->device_type = SAS_PHY_UNUSED; in mptsas_parse_device_info()