Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_discover.c41 case SAS_END_DEV: in sas_init_dev()
123 case SAS_END_DEV: in sas_get_port_device()
163 if (dev_is_sata(dev) || dev->dev_type == SAS_END_DEV) in sas_get_port_device()
406 case SAS_END_DEV: in sas_discover_domain()
Dsas_internal.h135 case SAS_END_DEV: in sas_fill_in_rphy()
Dsas_expander.c301 case SAS_END_DEV: in sas_set_ex_phy()
836 child->dev_type = SAS_END_DEV; in sas_ex_discover_end_dev()
1025 if (ex_phy->attached_dev_type != SAS_END_DEV && in sas_ex_discover_dev()
1052 case SAS_END_DEV: in sas_ex_discover_dev()
1990 if ((old == SATA_PENDING && new == SAS_END_DEV) || in dev_type_flutter()
1991 (old == SAS_END_DEV && new == SATA_PENDING)) in dev_type_flutter()
Dsas_ata.c353 case SAS_END_DEV: in smp_ata_check_ready()
/linux-3.4.99/drivers/scsi/isci/
Dremote_device.c946 if (dev->dev_type == SAS_END_DEV) { in sci_remote_device_ready_state_exit()
1137 if (dev->dev_type == SAS_END_DEV || dev->dev_type == SATA_DEV || in sci_remote_device_da_construct()
1174 if (dev->dev_type == SAS_END_DEV || dev->dev_type == SATA_DEV || in sci_remote_device_ea_construct()
Dremote_node_context.c552 if (dev->dev_type == SAS_END_DEV || dev_is_expander(dev)) in sci_remote_node_context_resume()
Drequest.c3071 if (!task && dev->dev_type == SAS_END_DEV) { in sci_request_started_state_enter()
3194 if (dev->dev_type == SAS_END_DEV) in sci_io_request_construct()
3218 if (dev->dev_type == SAS_END_DEV || in sci_task_request_construct()
Dtask.c282 if (dev->dev_type == SAS_END_DEV) { in isci_task_request_build()
/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_dev.c222 if (dev->dev_type == SAS_END_DEV) { in asd_init_target_ddb()
Daic94xx_hwi.c77 phy->identify_frame->dev_type = SAS_END_DEV; in asd_init_phy_identify()
/linux-3.4.99/include/scsi/
Dsas.h95 SAS_END_DEV = 1, /* protocol */ enumerator
/linux-3.4.99/drivers/scsi/pm8001/
Dpm8001_sas.c637 if (dev->dev_type == SAS_END_DEV) in pm8001_dev_found_notify()
Dpm8001_hwi.c4148 payload.sas_identify.dev_type = SAS_END_DEV; in pm8001_chip_phy_start_req()
4212 else if (pm8001_dev->dev_type == SAS_END_DEV || in pm8001_chip_reg_dev_req()
4344 if (pm8001_dev->dev_type == SAS_END_DEV) in pm8001_chip_abort_task()
/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c1156 if (phy->identify.device_type == SAS_END_DEV) in mvs_update_phyinfo()