Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_internal.h129 case SAS_END_DEVICE: in sas_fill_in_rphy()
131 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
151 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
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()
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()
1987 if ((old == SAS_SATA_PENDING && new == SAS_END_DEVICE) || in dev_type_flutter()
1988 (old == SAS_END_DEVICE && new == SAS_SATA_PENDING)) in dev_type_flutter()
Dsas_ata.c326 case SAS_END_DEVICE: in smp_ata_check_ready()
Dsas_scsi_host.c842 BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE); in sas_slave_configure()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_sas.c127 { SAS_END_DEVICE, "end device" },
166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
1361 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match()
1448 rdev->rphy.identify.device_type = SAS_END_DEVICE; in sas_end_device_alloc()
1526 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1530 else if (identify->device_type == SAS_END_DEVICE) in sas_rphy_add()
1534 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1618 case SAS_END_DEVICE: in sas_rphy_remove()
1663 if (rphy->identify.device_type != SAS_END_DEVICE || in sas_user_scan()
Dhpsa.c9599 identify->device_type = SAS_END_DEVICE; in hpsa_sas_port_add_phy()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c183 identify->device_type = SAS_END_DEVICE; in _transport_set_identify()
450 if (device_type == SAS_END_DEVICE) in _transport_delete_port()
692 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) in mpt3sas_transport_port_add()
700 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
717 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
Dmpt3sas_scsih.c3780 SAS_END_DEVICE) { in _scsih_block_io_to_children_attached_to_ex()
9955 SAS_END_DEVICE) in _scsih_expander_node_remove()
10214 SAS_END_DEVICE) in scsih_remove()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
Daic94xx_dev.c203 if (dev->dev_type == SAS_END_DEVICE) { in asd_init_target_ddb()
Daic94xx_hwi.c59 phy->identify_frame->dev_type = SAS_END_DEVICE; in asd_init_phy_identify()
/kernel/linux/linux-5.10/include/scsi/
Dsas.h79 SAS_END_DEVICE = 1, enumerator
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c67 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
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()
1376 if (phy->identify.device_type == SAS_END_DEVICE) in int_phyup_v1_hw()
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()
2689 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v2_hw()
Dhisi_sas_v3_hw.c738 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v3_hw()
779 case SAS_END_DEVICE: in setup_itct_v3_hw()
997 if (phy->identify.device_type == SAS_END_DEVICE) { in phy_hard_reset_v3_hw()
1542 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v3_hw()
Dhisi_sas_main.c711 case SAS_END_DEVICE: in hisi_sas_init_device()
/kernel/linux/linux-5.10/drivers/scsi/isci/
Dtask.c246 if (dev->dev_type == SAS_END_DEVICE) { in isci_task_request_build()
Drequest.c2977 if (!task && dev->dev_type == SAS_END_DEVICE) { in sci_request_started_state_enter()
3100 if (dev->dev_type == SAS_END_DEVICE) in sci_io_request_construct()
3124 if (dev->dev_type == SAS_END_DEVICE || dev_is_sata(dev)) { in sci_task_request_construct()
Dremote_device.c1101 if (dev->dev_type == SAS_END_DEVICE) { in sci_remote_device_ready_state_exit()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_hwi.c3311 case SAS_END_DEVICE: in hw_event_sas_phy_up()
3336 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up()
4339 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm8001_chip_phy_start_req()
4404 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm8001_chip_reg_dev_req()
4540 if (pm8001_dev->dev_type == SAS_END_DEVICE) in pm8001_chip_abort_task()
Dpm80xx_hwi.c3211 if (deviceType == SAS_END_DEVICE) { in hw_event_port_recover()
3259 case SAS_END_DEVICE: in hw_event_sas_phy_up()
3284 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up()
4697 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm80xx_chip_phy_start_req()
4763 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm80xx_chip_reg_dev_req()
Dpm8001_sas.c671 if (dev->dev_type == SAS_END_DEVICE) in pm8001_dev_found_notify()
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptsas.c3020 identify->device_type = SAS_END_DEVICE; in mptsas_parse_device_info()
3229 case SAS_END_DEVICE: in mptsas_probe_one_phy()
3470 if (rphy->identify.device_type == SAS_END_DEVICE) in mptsas_delete_expander_siblings()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_sas.c1047 if (phy->identify.device_type == SAS_END_DEVICE) in mvs_update_phyinfo()