Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/aic94xx/
Daic94xx_task.c316 case SAS_PROTOCOL_SMP: in asd_task_tasklet_complete()
557 case SAS_PROTOCOL_SMP: in asd_execute_task()
594 case SAS_PROTOCOL_SMP: in asd_execute_task()
Daic94xx_tmf.c428 case SAS_PROTOCOL_SMP: in asd_abort_task()
/linux-6.12.1/drivers/scsi/isci/
Drequest.c2343 case SAS_PROTOCOL_SMP: in sci_request_handle_suspending_completions()
2546 if (task->task_proto == SAS_PROTOCOL_SMP) { in isci_request_handle_controller_specific_errors()
2699 if (task->task_proto == SAS_PROTOCOL_SMP) in isci_request_handle_controller_specific_errors()
2760 } else if (SAS_PROTOCOL_SMP == task->task_proto) { in isci_request_io_request_complete()
2889 if (SAS_PROTOCOL_SMP == task->task_proto) in isci_request_io_request_complete()
2909 case SAS_PROTOCOL_SMP: { in isci_request_io_request_complete()
2968 } else if (task && task->task_proto == SAS_PROTOCOL_SMP) { in sci_request_started_state_enter()
3217 ireq->protocol = SAS_PROTOCOL_SMP; in sci_io_request_construct_smp()
3350 !(SAS_PROTOCOL_SMP & task->task_proto)) { in isci_io_request_build()
3373 case SAS_PROTOCOL_SMP: in isci_io_request_build()
Dtask.c552 if (task->task_proto == SAS_PROTOCOL_SMP || in isci_task_abort_task()
567 ((task->task_proto == SAS_PROTOCOL_SMP) in isci_task_abort_task()
/linux-6.12.1/drivers/scsi/pm8001/
Dpm8001_sas.c407 case SAS_PROTOCOL_SMP: in pm8001_deliver_command()
545 case SAS_PROTOCOL_SMP: in pm8001_ccb_task_free()
1137 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in pm8001_abort_task()
Dpm8001_hwi.c3163 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP; in hw_event_sas_phy_up()
Dpm80xx_hwi.c3184 phy->identify.target_port_protocols = SAS_PROTOCOL_SMP; in hw_event_sas_phy_up()
/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_main.c289 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_dma_unmap()
314 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_dma_map()
434 case SAS_PROTOCOL_SMP: in hisi_sas_task_deliver()
495 case SAS_PROTOCOL_SMP: in hisi_sas_queue_command()
1094 if (!slot->is_internal && task->task_proto != SAS_PROTOCOL_SMP) in hisi_sas_do_release_task()
1700 } else if (task->task_proto & SAS_PROTOCOL_SMP) { in hisi_sas_abort_task()
Dhisi_sas_v1_hw.c1156 case SAS_PROTOCOL_SMP: in slot_err_v1_hw()
1277 case SAS_PROTOCOL_SMP: in slot_complete_v1_hw()
1376 SAS_PROTOCOL_SMP; in int_phyup_v1_hw()
Dhisi_sas_v2_hw.c2174 case SAS_PROTOCOL_SMP: in slot_err_v2_hw()
2433 case SAS_PROTOCOL_SMP: in slot_complete_v2_hw()
2477 if (!is_internal && (task->task_proto != SAS_PROTOCOL_SMP)) { in slot_complete_v2_hw()
2702 SAS_PROTOCOL_SMP; in phy_up_v2_hw()
Dhisi_sas_v3_hw.c1604 SAS_PROTOCOL_SMP; in phy_up_v3_hw()
2270 case SAS_PROTOCOL_SMP: in slot_err_v3_hw()
2379 case SAS_PROTOCOL_SMP: { in slot_complete_v3_hw()
2420 if (!is_internal && (task->task_proto != SAS_PROTOCOL_SMP)) { in slot_complete_v3_hw()
/linux-6.12.1/drivers/scsi/mvsas/
Dmv_sas.c788 case SAS_PROTOCOL_SMP: in mvs_task_prep()
880 case SAS_PROTOCOL_SMP: in mvs_slot_task_free()
1046 SAS_PROTOCOL_SMP; in mvs_update_phyinfo()
1509 case SAS_PROTOCOL_SMP: in mvs_slot_err()
1609 case SAS_PROTOCOL_SMP: { in mvs_slot_complete()
/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c107 identify->target_port_protocols = SAS_PROTOCOL_SMP; in pqi_sas_port_add_rphy()
/linux-6.12.1/include/scsi/
Dsas.h93 SAS_PROTOCOL_SMP = 0x02, enumerator
/linux-6.12.1/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c261 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in _transport_set_identify()
271 identify->target_port_protocols |= SAS_PROTOCOL_SMP; in _transport_set_identify()
/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c856 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in mpi3mr_set_identify()
866 identify->target_port_protocols |= SAS_PROTOCOL_SMP; in mpi3mr_set_identify()
/linux-6.12.1/drivers/message/fusion/
Dmptsas.c2123 if (phy->identify.target_port_protocols & SAS_PROTOCOL_SMP) in mptsas_phy_reset()
3020 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP; in mptsas_parse_device_info()
3035 identify->target_port_protocols |= SAS_PROTOCOL_SMP; in mptsas_parse_device_info()
/linux-6.12.1/drivers/scsi/
Dscsi_transport_sas.c138 { SAS_PROTOCOL_SMP, "smp" },