/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_internal.h | 139 case SAS_END_DEVICE: in sas_fill_in_rphy() 141 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 161 phy->identify.device_type = SAS_END_DEVICE; in sas_phy_set_target()
|
D | sas_discover.c | 42 case SAS_END_DEVICE: in sas_init_dev() 119 case SAS_END_DEVICE: in sas_get_port_device() 159 if (dev_is_sata(dev) || dev->dev_type == SAS_END_DEVICE) in sas_get_port_device() 344 if (dev->dev_type == SAS_END_DEVICE && in sas_unregister_common_dev() 463 case SAS_END_DEVICE: in sas_discover_domain()
|
D | sas_expander.c | 313 case SAS_END_DEVICE: in sas_set_ex_phy() 849 child->dev_type = SAS_END_DEVICE; in sas_ex_discover_end_dev() 1038 if (ex_phy->attached_dev_type != SAS_END_DEVICE && in sas_ex_discover_dev() 1065 case SAS_END_DEVICE: in sas_ex_discover_dev() 2005 if ((old == SAS_SATA_PENDING && new == SAS_END_DEVICE) || in dev_type_flutter() 2006 (old == SAS_END_DEVICE && new == SAS_SATA_PENDING)) in dev_type_flutter()
|
D | sas_ata.c | 338 case SAS_END_DEVICE: in smp_ata_check_ready()
|
D | sas_scsi_host.c | 866 BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE); in sas_slave_configure()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_sas.c | 127 { SAS_END_DEVICE, "end device" }, 166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search() 1368 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match() 1461 rdev->rphy.identify.device_type = SAS_END_DEVICE; in sas_end_device_alloc() 1539 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add() 1543 else if (identify->device_type == SAS_END_DEVICE) in sas_rphy_add() 1547 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add() 1631 case SAS_END_DEVICE: in sas_rphy_remove() 1677 if (rphy->identify.device_type != SAS_END_DEVICE || in sas_user_scan()
|
D | hpsa.c | 9468 identify->device_type = SAS_END_DEVICE; in hpsa_sas_port_add_phy()
|
/Linux-v4.19/drivers/scsi/smartpqi/ |
D | smartpqi_sas_transport.c | 72 identify->device_type = SAS_END_DEVICE; in pqi_sas_port_add_phy()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 186 identify->device_type = SAS_END_DEVICE; in _transport_set_identify() 477 if (device_type == SAS_END_DEVICE) in _transport_delete_port() 720 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) in mpt3sas_transport_port_add() 728 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add() 745 if (mpt3sas_port->remote_identify.device_type == SAS_END_DEVICE) { in mpt3sas_transport_port_add()
|
D | mpt3sas_scsih.c | 3457 SAS_END_DEVICE) { in _scsih_block_io_to_children_attached_to_ex() 9679 SAS_END_DEVICE) in _scsih_expander_node_remove() 9836 SAS_END_DEVICE) in scsih_remove()
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_dev.c | 222 if (dev->dev_type == SAS_END_DEVICE) { in asd_init_target_ddb()
|
D | aic94xx_hwi.c | 77 phy->identify_frame->dev_type = SAS_END_DEVICE; in asd_init_phy_identify()
|
/Linux-v4.19/include/scsi/ |
D | sas.h | 96 SAS_END_DEVICE = 1, enumerator
|
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 480 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v1_hw() 519 case SAS_END_DEVICE: in setup_itct_v1_hw() 1424 if (phy->identify.device_type == SAS_END_DEVICE) in int_phyup_v1_hw()
|
D | hisi_sas_v3_hw.c | 588 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v3_hw() 628 case SAS_END_DEVICE: in setup_itct_v3_hw() 801 if (phy->identify.device_type == SAS_END_DEVICE) { in phy_hard_reset_v3_hw() 1234 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v3_hw()
|
D | hisi_sas_v2_hw.c | 899 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v2_hw() 939 case SAS_END_DEVICE: in setup_itct_v2_hw() 1544 if (phy->identify.device_type == SAS_END_DEVICE) { in phy_hard_reset_v2_hw() 2712 if (phy->identify.device_type == SAS_END_DEVICE) in phy_up_v2_hw()
|
D | hisi_sas_main.c | 592 case SAS_END_DEVICE: in hisi_sas_init_device()
|
/Linux-v4.19/drivers/scsi/isci/ |
D | task.c | 246 if (dev->dev_type == SAS_END_DEVICE) { in isci_task_request_build()
|
D | request.c | 2977 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()
|
D | remote_device.c | 1101 if (dev->dev_type == SAS_END_DEVICE) { in sci_remote_device_ready_state_exit()
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3395 case SAS_END_DEVICE: in hw_event_sas_phy_up() 3422 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up() 4489 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm8001_chip_phy_start_req() 4553 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm8001_chip_reg_dev_req() 4686 if (pm8001_dev->dev_type == SAS_END_DEVICE) in pm8001_chip_abort_task()
|
D | pm80xx_hwi.c | 2886 if (deviceType == SAS_END_DEVICE) { in hw_event_port_recover() 2937 case SAS_END_DEVICE: in hw_event_sas_phy_up() 2964 if (phy->identify.device_type == SAS_END_DEVICE) in hw_event_sas_phy_up() 4424 payload.sas_identify.dev_type = SAS_END_DEVICE; in pm80xx_chip_phy_start_req() 4489 else if (pm8001_dev->dev_type == SAS_END_DEVICE || in pm80xx_chip_reg_dev_req()
|
D | pm8001_sas.c | 638 if (dev->dev_type == SAS_END_DEVICE) in pm8001_dev_found_notify()
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptsas.c | 3021 identify->device_type = SAS_END_DEVICE; in mptsas_parse_device_info() 3230 case SAS_END_DEVICE: in mptsas_probe_one_phy() 3471 if (rphy->identify.device_type == SAS_END_DEVICE) in mptsas_delete_expander_siblings()
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_sas.c | 1066 if (phy->identify.device_type == SAS_END_DEVICE) in mvs_update_phyinfo()
|