Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
A Dsas_internal.h126 case SAS_END_DEVICE: in sas_fill_in_rphy()
128 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
148 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
A Dsas_discover.c26 case SAS_END_DEVICE: in sas_init_dev()
112 case SAS_END_DEVICE: in sas_get_port_device()
152 if (dev_is_sata(dev) || dev->dev_type == SAS_END_DEVICE) in sas_get_port_device()
331 if (dev->dev_type == SAS_END_DEVICE && in sas_unregister_common_dev()
450 case SAS_END_DEVICE: in sas_discover_domain()
A Dsas_expander.c299 case SAS_END_DEVICE: in sas_set_ex_phy()
867 child->dev_type = SAS_END_DEVICE; in sas_ex_discover_end_dev()
1057 if (ex_phy->attached_dev_type != SAS_END_DEVICE && in sas_ex_discover_dev()
1083 case SAS_END_DEVICE: in sas_ex_discover_dev()
1988 if ((old == SAS_SATA_PENDING && new == SAS_END_DEVICE) || in dev_type_flutter()
1989 (old == SAS_END_DEVICE && new == SAS_SATA_PENDING)) in dev_type_flutter()
A Dsas_ata.c321 case SAS_END_DEVICE: in smp_ata_check_ready()
A Dsas_scsi_host.c847 BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE); in sas_slave_configure()
/linux/drivers/scsi/
A Dscsi_transport_sas.c127 { SAS_END_DEVICE, "end device" },
167 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
1362 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match()
1449 rdev->rphy.identify.device_type = SAS_END_DEVICE; in sas_end_device_alloc()
1527 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1531 else if (identify->device_type == SAS_END_DEVICE) in sas_rphy_add()
1535 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1619 case SAS_END_DEVICE: in sas_rphy_remove()
1664 if (rphy->identify.device_type != SAS_END_DEVICE || in sas_user_scan()
A Dhpsa.c9627 identify->device_type = SAS_END_DEVICE; in hpsa_sas_port_add_phy()
/linux/drivers/scsi/mpt3sas/
A Dmpt3sas_transport.c132 } else if (rphy->identify.device_type == SAS_END_DEVICE) { in _transport_get_port_id_by_rphy()
245 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
514 if (device_type == SAS_END_DEVICE) in _transport_delete_port()
770 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
808 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
834 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
A Dmpt3sas_scsih.c3976 SAS_END_DEVICE) { in _scsih_block_io_to_children_attached_to_ex()
11045 SAS_END_DEVICE) in _scsih_expander_node_remove()
11311 SAS_END_DEVICE) in scsih_remove()
/linux/drivers/scsi/aic94xx/
A Daic94xx_dev.c203 if (dev->dev_type == SAS_END_DEVICE) { in asd_init_target_ddb()
A Daic94xx_hwi.c59 phy->identify_frame->dev_type = SAS_END_DEVICE; in asd_init_phy_identify()
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas_v1_hw.c466 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v1_hw()
506 case SAS_END_DEVICE: in setup_itct_v1_hw()
1375 if (phy->identify.device_type == SAS_END_DEVICE) in int_phyup_v1_hw()
A Dhisi_sas_v2_hw.c897 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v2_hw()
938 case SAS_END_DEVICE: in setup_itct_v2_hw()
1550 if (phy->identify.device_type == SAS_END_DEVICE) { in phy_hard_reset_v2_hw()
2688 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v2_hw()
A Dhisi_sas_v3_hw.c752 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v3_hw()
793 case SAS_END_DEVICE: in setup_itct_v3_hw()
1011 if (phy->identify.device_type == SAS_END_DEVICE) { in phy_hard_reset_v3_hw()
1555 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v3_hw()
A Dhisi_sas_main.c704 case SAS_END_DEVICE: in hisi_sas_init_device()
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_sas_transport.c67 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy()
/linux/include/scsi/
A Dsas.h79 SAS_END_DEVICE = 1, enumerator
/linux/drivers/scsi/isci/
A Dtask.c246 if (dev->dev_type == SAS_END_DEVICE) { in isci_task_request_build()
A Drequest.c2969 if (!task && dev->dev_type == SAS_END_DEVICE) { in sci_request_started_state_enter()
3092 if (dev->dev_type == SAS_END_DEVICE) in sci_io_request_construct()
3116 if (dev->dev_type == SAS_END_DEVICE || dev_is_sata(dev)) { in sci_task_request_construct()
A Dremote_device.c1102 if (dev->dev_type == SAS_END_DEVICE) { in sci_remote_device_ready_state_exit()
/linux/drivers/scsi/pm8001/
A Dpm80xx_hwi.c3302 if (deviceType == SAS_END_DEVICE) { in hw_event_port_recover()
3352 case SAS_END_DEVICE: in hw_event_sas_phy_up()
3377 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up()
4804 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm80xx_chip_phy_start_req()
4871 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm80xx_chip_reg_dev_req()
A Dpm8001_hwi.c3373 case SAS_END_DEVICE: in hw_event_sas_phy_up()
3398 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up()
4417 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm8001_chip_phy_start_req()
4483 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm8001_chip_reg_dev_req()
4618 if (pm8001_dev->dev_type == SAS_END_DEVICE) in pm8001_chip_abort_task()
A Dpm8001_sas.c671 if (dev->dev_type == SAS_END_DEVICE) in pm8001_dev_found_notify()
/linux/drivers/message/fusion/
A Dmptsas.c3049 identify->device_type = SAS_END_DEVICE; in mptsas_parse_device_info()
3258 case SAS_END_DEVICE: in mptsas_probe_one_phy()
3497 if (rphy->identify.device_type == SAS_END_DEVICE) in mptsas_delete_expander_siblings()
/linux/drivers/scsi/mvsas/
A Dmv_sas.c1047 if (phy->identify.device_type == SAS_END_DEVICE) in mvs_update_phyinfo()

Completed in 137 milliseconds