Home
last modified time | relevance | path

Searched refs:SAS_PROTOCOL_STP (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
Daic94xx_task.c133 if (task->task_proto != SAS_PROTOCOL_STP) in asd_unmap_scatterlist()
311 case SAS_PROTOCOL_STP: in asd_task_tasklet_complete()
557 if (t->task_proto & SAS_PROTOCOL_STP) in asd_execute_task()
558 t->task_proto = SAS_PROTOCOL_STP; in asd_execute_task()
561 case SAS_PROTOCOL_STP: in asd_execute_task()
605 case SAS_PROTOCOL_STP: in asd_execute_task()
Daic94xx_dev.c161 (dev->tproto & SAS_PROTOCOL_STP)) { in asd_init_target_ddb()
187 if (dev->tproto & SAS_PROTOCOL_STP) in asd_init_target_ddb()
195 if (dev->dev_type == SAS_SATA_DEV || (dev->tproto & SAS_PROTOCOL_STP)) { in asd_init_target_ddb()
Daic94xx_tmf.c169 (dev->tproto & SAS_PROTOCOL_STP)) ? 0 : 1; in asd_I_T_nexus_reset()
421 case SAS_PROTOCOL_STP: in asd_abort_task()
Daic94xx_dump.c892 case SAS_PROTOCOL_STP: in asd_dump_frame_rcvd()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c68 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_phy()
69 identify->target_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_phy()
101 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_rphy()
102 identify->target_port_protocols = SAS_PROTOCOL_STP; in pqi_sas_port_add_rphy()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_sas.c793 case SAS_PROTOCOL_STP: in mvs_task_prep()
794 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_task_prep()
894 case SAS_PROTOCOL_STP: in mvs_slot_task_free()
1019 phy->identify.target_port_protocols = SAS_PROTOCOL_STP; in mvs_update_phyinfo()
1373 (dev->tproto & SAS_PROTOCOL_STP)) ? 0 : 1; in mvs_debug_I_T_nexus_reset()
1520 task->task_proto & SAS_PROTOCOL_STP) { in mvs_abort_task()
1683 case SAS_PROTOCOL_STP: in mvs_slot_err()
1684 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_slot_err()
1791 case SAS_PROTOCOL_STP: in mvs_slot_complete()
1792 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: { in mvs_slot_complete()
/kernel/linux/linux-5.10/include/scsi/
Dsas.h94 SAS_PROTOCOL_STP = 0x04, enumerator
97 SAS_PROTOCOL_STP_ALL = SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA,
Dscsi_transport_sas.h27 (proto & SAS_PROTOCOL_STP))? 1 : 0; in sas_protocol_ata()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_ata.c186 task->task_proto = SAS_PROTOCOL_STP; in sas_ata_qc_issue()
259 if (phy->attached_tproto & SAS_PROTOCOL_STP) in sas_get_ata_info()
Dsas_expander.c813 if ((phy->attached_tproto & SAS_PROTOCOL_STP) || phy->attached_sata_dev) { in sas_ex_discover_end_dev()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_sas.c472 case SAS_PROTOCOL_STP: in pm8001_task_exec()
546 case SAS_PROTOCOL_STP: in pm8001_ccb_task_free()
1217 task->task_proto & SAS_PROTOCOL_STP) { in pm8001_abort_task()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c1166 case SAS_PROTOCOL_STP: in slot_err_v1_hw()
1167 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v1_hw()
1295 case SAS_PROTOCOL_STP: in slot_complete_v1_hw()
1296 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v1_hw()
Dhisi_sas_v2_hw.c2175 case SAS_PROTOCOL_STP: in slot_err_v2_hw()
2176 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v2_hw()
2441 case SAS_PROTOCOL_STP: in slot_complete_v2_hw()
2442 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v2_hw()
Dhisi_sas_v3_hw.c2147 case SAS_PROTOCOL_STP: in slot_err_v3_hw()
2148 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_err_v3_hw()
2279 case SAS_PROTOCOL_STP: in slot_complete_v3_hw()
2280 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in slot_complete_v3_hw()
Dhisi_sas_main.c535 case SAS_PROTOCOL_STP: in hisi_sas_task_prep()
536 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in hisi_sas_task_prep()
1680 task->task_proto & SAS_PROTOCOL_STP) { in hisi_sas_abort_task()
/kernel/linux/linux-5.10/drivers/scsi/isci/
Drequest.c766 ireq->protocol = SAS_PROTOCOL_STP; in sci_io_request_construct_basic_sata()
1075 if (ireq->protocol == SAS_PROTOCOL_STP) { in request_started_state_tc_event()
2368 case SAS_PROTOCOL_STP: in sci_request_handle_suspending_completions()
3130 ireq->protocol = SAS_PROTOCOL_STP; in sci_task_request_construct()
3391 case SAS_PROTOCOL_STP: in isci_io_request_build()
3392 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in isci_io_request_build()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_sas.c140 { SAS_PROTOCOL_STP, "stp" },
1528 (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA))) in sas_rphy_add()
Dhpsa.c9600 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9601 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9628 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()
9629 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c197 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
207 identify->target_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptsas.c2990 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in mptsas_parse_device_info()
3005 identify->target_port_protocols |= SAS_PROTOCOL_STP; in mptsas_parse_device_info()