Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_task.c151 if (task->task_proto != SAS_PROTOCOL_STP) in asd_unmap_scatterlist()
329 case SAS_PROTOCOL_STP: in asd_task_tasklet_complete()
575 if (t->task_proto & SAS_PROTOCOL_STP) in asd_execute_task()
576 t->task_proto = SAS_PROTOCOL_STP; in asd_execute_task()
579 case SAS_PROTOCOL_STP: in asd_execute_task()
623 case SAS_PROTOCOL_STP: in asd_execute_task()
Daic94xx_dev.c178 (dev->tproto & SAS_PROTOCOL_STP)) { in asd_init_target_ddb()
206 if (dev->tproto & SAS_PROTOCOL_STP) in asd_init_target_ddb()
214 if (dev->dev_type == SAS_SATA_DEV || (dev->tproto & SAS_PROTOCOL_STP)) { in asd_init_target_ddb()
Daic94xx_tmf.c188 (dev->tproto & SAS_PROTOCOL_STP)) ? 0 : 1; in asd_I_T_nexus_reset()
440 case SAS_PROTOCOL_STP: in asd_abort_task()
Daic94xx_dump.c910 case SAS_PROTOCOL_STP: in asd_dump_frame_rcvd()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c807 case SAS_PROTOCOL_STP: in mvs_task_prep()
808 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_task_prep()
908 case SAS_PROTOCOL_STP: in mvs_slot_task_free()
1033 phy->identify.target_port_protocols = SAS_PROTOCOL_STP; in mvs_update_phyinfo()
1387 (dev->tproto & SAS_PROTOCOL_STP)) ? 0 : 1; in mvs_debug_I_T_nexus_reset()
1534 task->task_proto & SAS_PROTOCOL_STP) { in mvs_abort_task()
1697 case SAS_PROTOCOL_STP: in mvs_slot_err()
1698 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in mvs_slot_err()
1805 case SAS_PROTOCOL_STP: in mvs_slot_complete()
1806 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: { in mvs_slot_complete()
/linux-4.4.14/include/scsi/
Dsas.h111 SAS_PROTOCOL_STP = 0x04, enumerator
114 SAS_PROTOCOL_STP_ALL = SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA,
Dscsi_transport_sas.h16 (proto & SAS_PROTOCOL_STP))? 1 : 0; in sas_protocol_ata()
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_sas.c435 case SAS_PROTOCOL_STP: in pm8001_task_exec()
510 case SAS_PROTOCOL_STP: in pm8001_ccb_task_free()
1199 task->task_proto & SAS_PROTOCOL_STP) { in pm8001_abort_task()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_ata.c204 task->task_proto = SAS_PROTOCOL_STP; in sas_ata_qc_issue()
279 if (phy->attached_tproto & SAS_PROTOCOL_STP) in sas_get_ata_info()
Dsas_expander.c807 if ((phy->attached_tproto & SAS_PROTOCOL_STP) || phy->attached_sata_dev) { in sas_ex_discover_end_dev()
/linux-4.4.14/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()
3388 case SAS_PROTOCOL_STP: in isci_io_request_build()
3389 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: in isci_io_request_build()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_sas.c138 { SAS_PROTOCOL_STP, "stp" },
1571 (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA))) in sas_rphy_add()
Dhpsa.c9277 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9278 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9305 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()
9306 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c200 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
210 identify->target_port_protocols |= SAS_PROTOCOL_STP; in _transport_set_identify()
/linux-4.4.14/drivers/message/fusion/
Dmptsas.c2995 identify->initiator_port_protocols |= SAS_PROTOCOL_STP; in mptsas_parse_device_info()
3010 identify->target_port_protocols |= SAS_PROTOCOL_STP; in mptsas_parse_device_info()