Home
last modified time | relevance | path

Searched refs:SAS_PROTOCOL_SMP (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_task.c332 case SAS_PROTOCOL_SMP: in asd_task_tasklet_complete()
582 case SAS_PROTOCOL_SMP: in asd_execute_task()
626 case SAS_PROTOCOL_SMP: in asd_execute_task()
Daic94xx_tmf.c446 case SAS_PROTOCOL_SMP: in asd_abort_task()
/Linux-v4.19/drivers/scsi/isci/
Drequest.c2356 case SAS_PROTOCOL_SMP: in sci_request_handle_suspending_completions()
2556 if (task->task_proto == SAS_PROTOCOL_SMP) { in isci_request_handle_controller_specific_errors()
2709 if (task->task_proto == SAS_PROTOCOL_SMP) in isci_request_handle_controller_specific_errors()
2770 } else if (SAS_PROTOCOL_SMP == task->task_proto) { in isci_request_io_request_complete()
2899 if (SAS_PROTOCOL_SMP == task->task_proto) in isci_request_io_request_complete()
2919 case SAS_PROTOCOL_SMP: { in isci_request_io_request_complete()
2979 } else if (task && task->task_proto == SAS_PROTOCOL_SMP) { in sci_request_started_state_enter()
3228 ireq->protocol = SAS_PROTOCOL_SMP; in sci_io_request_construct_smp()
3361 !(SAS_PROTOCOL_SMP & task->task_proto)) { in isci_io_request_build()
3384 case SAS_PROTOCOL_SMP: in isci_io_request_build()
Dtask.c558 if (task->task_proto == SAS_PROTOCOL_SMP || in isci_task_abort_task()
573 ((task->task_proto == SAS_PROTOCOL_SMP) in isci_task_abort_task()
/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_sas.c427 case SAS_PROTOCOL_SMP: in pm8001_task_exec()
505 case SAS_PROTOCOL_SMP: in pm8001_ccb_task_free()
1264 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in pm8001_abort_task()
Dpm8001_hwi.c3425 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP; in hw_event_sas_phy_up()
Dpm80xx_hwi.c2967 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP; in hw_event_sas_phy_up()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c805 case SAS_PROTOCOL_SMP: in mvs_task_prep()
905 case SAS_PROTOCOL_SMP: in mvs_slot_task_free()
1071 SAS_PROTOCOL_SMP; in mvs_update_phyinfo()
1697 case SAS_PROTOCOL_SMP: in mvs_slot_err()
1798 case SAS_PROTOCOL_SMP: { in mvs_slot_complete()
/Linux-v4.19/include/scsi/
Dsas.h110 SAS_PROTOCOL_SMP = 0x02, enumerator
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c1203 case SAS_PROTOCOL_SMP: in slot_err_v1_hw()
1320 case SAS_PROTOCOL_SMP: in slot_complete_v1_hw()
1429 SAS_PROTOCOL_SMP; in int_phyup_v1_hw()
Dhisi_sas_main.c350 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_task_prep()
427 case SAS_PROTOCOL_SMP: in hisi_sas_task_prep()
462 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_task_prep()
1450 } else if (task->lldd_task && task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_abort_task()
Dhisi_sas_v3_hw.c1239 SAS_PROTOCOL_SMP; in phy_up_v3_hw()
1617 case SAS_PROTOCOL_SMP: in slot_err_v3_hw()
1718 case SAS_PROTOCOL_SMP: { in slot_complete_v3_hw()
1765 if (!is_internal && (task->task_proto != SAS_PROTOCOL_SMP)) { in slot_complete_v3_hw()
Dhisi_sas_v2_hw.c2192 case SAS_PROTOCOL_SMP: in slot_err_v2_hw()
2447 case SAS_PROTOCOL_SMP: in slot_complete_v2_hw()
2497 if (!is_internal && (task->task_proto != SAS_PROTOCOL_SMP)) { in slot_complete_v2_hw()
2717 SAS_PROTOCOL_SMP; in phy_up_v2_hw()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c202 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in _transport_set_identify()
212 identify->target_port_protocols |= SAS_PROTOCOL_SMP; in _transport_set_identify()
/Linux-v4.19/drivers/message/fusion/
Dmptsas.c2095 if (phy->identify.target_port_protocols & SAS_PROTOCOL_SMP) in mptsas_phy_reset()
2993 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in mptsas_parse_device_info()
3008 identify->target_port_protocols |= SAS_PROTOCOL_SMP; in mptsas_parse_device_info()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c139 { SAS_PROTOCOL_SMP, "smp" },