/linux-6.12.1/drivers/scsi/isci/ |
D | task.h | 101 if (SAS_PROTOCOL_SATA == tmf->proto) in isci_print_tmf()
|
D | port.c | 188 if (iphy->protocol == SAS_PROTOCOL_SATA) { in isci_port_link_up() 522 if (iphy->protocol != SAS_PROTOCOL_SATA) { in sci_port_get_attached_sas_address() 629 if (iphy->protocol != SAS_PROTOCOL_SATA && (flags & PF_RESUME)) in sci_port_activate_phy() 761 (iphy->protocol == SAS_PROTOCOL_SATA)) { in sci_port_link_detected()
|
D | phy.c | 591 iphy->protocol = SAS_PROTOCOL_SATA; in sci_phy_start_sata_link_training() 843 iphy->protocol = SAS_PROTOCOL_SATA; in sci_phy_event_handler()
|
D | task.c | 690 } else if (tmf->proto == SAS_PROTOCOL_SATA) { in isci_task_request_complete()
|
D | request.c | 3379 case SAS_PROTOCOL_SATA: in isci_io_request_build() 3381 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in isci_io_request_build()
|
D | remote_device.c | 1089 if (dev->dev_type == SAS_SATA_DEV || (dev->tproto & SAS_PROTOCOL_SATA)) { in sci_remote_device_ready_state_enter()
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 312 case SAS_PROTOCOL_SATA: in asd_task_tasklet_complete() 553 case SAS_PROTOCOL_SATA: in asd_execute_task() 590 case SAS_PROTOCOL_SATA: in asd_execute_task()
|
D | aic94xx_tmf.c | 420 case SAS_PROTOCOL_SATA: in asd_abort_task()
|
/linux-6.12.1/drivers/scsi/mvsas/ |
D | mv_sas.c | 794 case SAS_PROTOCOL_SATA: in mvs_task_prep() 796 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_task_prep() 887 case SAS_PROTOCOL_SATA: in mvs_slot_task_free() 1383 } else if (task->task_proto & SAS_PROTOCOL_SATA || in mvs_abort_task() 1513 case SAS_PROTOCOL_SATA: in mvs_slot_err() 1515 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_slot_err() 1620 case SAS_PROTOCOL_SATA: in mvs_slot_complete() 1622 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: { in mvs_slot_complete()
|
/linux-6.12.1/include/scsi/ |
D | sas.h | 92 SAS_PROTOCOL_SATA = 0x01, enumerator 97 SAS_PROTOCOL_STP_ALL = SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA,
|
D | scsi_transport_sas.h | 26 return ((proto & SAS_PROTOCOL_SATA) || in sas_protocol_ata()
|
/linux-6.12.1/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 413 case SAS_PROTOCOL_SATA: in pm8001_deliver_command() 552 case SAS_PROTOCOL_SATA: in pm8001_ccb_task_free() 1039 } else if (task->task_proto & SAS_PROTOCOL_SATA || in pm8001_abort_task()
|
D | pm8001_hwi.c | 3215 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in hw_event_sata_phy_up()
|
D | pm80xx_hwi.c | 3240 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in hw_event_sata_phy_up()
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_host_smp.c | 157 if (rphy->identify.target_port_protocols != SAS_PROTOCOL_SATA) in sas_report_phy_sata()
|
D | sas_discover.c | 82 dev->tproto = SAS_PROTOCOL_SATA; in sas_get_port_device()
|
D | sas_expander.c | 279 phy->phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in sas_set_ex_phy()
|
/linux-6.12.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1160 case SAS_PROTOCOL_SATA: in slot_err_v1_hw() 1162 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v1_hw() 1290 case SAS_PROTOCOL_SATA: in slot_complete_v1_hw() 1292 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v1_hw()
|
D | hisi_sas_v2_hw.c | 2178 case SAS_PROTOCOL_SATA: in slot_err_v2_hw() 2180 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v2_hw() 2446 case SAS_PROTOCOL_SATA: in slot_complete_v2_hw() 2448 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v2_hw() 3279 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in sata_int_v2_hw()
|
D | hisi_sas_main.c | 440 case SAS_PROTOCOL_SATA: in hisi_sas_task_deliver() 496 case SAS_PROTOCOL_SATA: in hisi_sas_queue_command() 1676 } else if (task->task_proto & SAS_PROTOCOL_SATA || in hisi_sas_abort_task()
|
D | hisi_sas_v3_hw.c | 1580 phy->identify.target_port_protocols = SAS_PROTOCOL_SATA; in phy_up_v3_hw() 2242 case SAS_PROTOCOL_SATA: in slot_err_v3_hw() 2244 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v3_hw() 2391 case SAS_PROTOCOL_SATA: in slot_complete_v3_hw() 2393 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v3_hw()
|
/linux-6.12.1/drivers/scsi/ |
D | scsi_transport_sas.c | 137 { SAS_PROTOCOL_SATA, "sata" }, 1562 (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA))) in sas_rphy_add()
|
/linux-6.12.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 263 identify->initiator_port_protocols |= SAS_PROTOCOL_SATA; in _transport_set_identify() 273 identify->target_port_protocols |= SAS_PROTOCOL_SATA; in _transport_set_identify()
|
/linux-6.12.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 854 SAS_PROTOCOL_SATA); in mpi3mr_set_identify() 864 SAS_PROTOCOL_SATA); in mpi3mr_set_identify()
|
/linux-6.12.1/drivers/message/fusion/ |
D | mptsas.c | 3022 identify->initiator_port_protocols |= SAS_PROTOCOL_SATA; in mptsas_parse_device_info() 3037 identify->target_port_protocols |= SAS_PROTOCOL_SATA; in mptsas_parse_device_info()
|