/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 175 if (task->task_proto == SAS_PROTOCOL_SSP) { in asd_get_response_tasklet() 319 case SAS_PROTOCOL_SSP: in asd_task_tasklet_complete() 560 case SAS_PROTOCOL_SSP: in asd_execute_task() 597 case SAS_PROTOCOL_SSP: in asd_execute_task()
|
D | aic94xx_tmf.c | 424 case SAS_PROTOCOL_SSP: in asd_abort_task() 434 if (task->task_proto == SAS_PROTOCOL_SSP) { in asd_abort_task() 566 if (!(dev->tproto & SAS_PROTOCOL_SSP)) in asd_initiate_ssp_tmf()
|
D | aic94xx_dump.c | 750 case SAS_PROTOCOL_SSP: in asd_dump_frame_rcvd()
|
/linux-6.6.21/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 407 case SAS_PROTOCOL_SSP: in pm8001_deliver_command() 552 case SAS_PROTOCOL_SSP: in pm8001_ccb_task_free() 959 if (task->task_proto & SAS_PROTOCOL_SSP) { in pm8001_query_task() 1034 if (task->task_proto & SAS_PROTOCOL_SSP) { in pm8001_abort_task()
|
D | pm80xx_hwi.c | 3202 phy->identify.target_port_protocols = SAS_PROTOCOL_SSP; in hw_event_sas_phy_up()
|
D | pm8001_hwi.c | 3217 phy->identify.target_port_protocols = SAS_PROTOCOL_SSP; in hw_event_sas_phy_up()
|
/linux-6.6.21/drivers/scsi/mvsas/ |
D | mv_sas.c | 791 case SAS_PROTOCOL_SSP: in mvs_task_prep() 889 case SAS_PROTOCOL_SSP: in mvs_slot_task_free() 1043 SAS_PROTOCOL_SSP; in mvs_update_phyinfo() 1309 if (task->lldd_task && task->task_proto & SAS_PROTOCOL_SSP) { in mvs_query_task() 1359 if (task->lldd_task && task->task_proto & SAS_PROTOCOL_SSP) { in mvs_abort_task() 1495 case SAS_PROTOCOL_SSP: in mvs_slot_err() 1594 case SAS_PROTOCOL_SSP: in mvs_slot_complete()
|
/linux-6.6.21/drivers/scsi/isci/ |
D | task.c | 245 isci_tmf->proto = SAS_PROTOCOL_SSP; in isci_task_request_build() 688 if (tmf->proto == SAS_PROTOCOL_SSP) { in isci_task_request_complete()
|
D | request.c | 728 ireq->protocol = SAS_PROTOCOL_SSP; in sci_io_request_construct_basic_ssp() 2352 case SAS_PROTOCOL_SSP: in sci_request_handle_suspending_completions() 2756 } else if (SAS_PROTOCOL_SSP == task->task_proto) { in isci_request_io_request_complete() 2900 case SAS_PROTOCOL_SSP: in isci_request_io_request_complete() 3124 ireq->protocol = SAS_PROTOCOL_SSP; in sci_task_request_construct() 3379 case SAS_PROTOCOL_SSP: in isci_io_request_build()
|
D | phy.c | 580 iphy->protocol = SAS_PROTOCOL_SSP; in sci_phy_start_sas_link_training() 1314 if (iphy->protocol == SAS_PROTOCOL_SSP) { in sci_phy_resetting_state_enter()
|
D | host.c | 1775 if (iphy->protocol == SAS_PROTOCOL_SSP) { in power_control_timeout() 1849 current_phy->protocol == SAS_PROTOCOL_SSP && in sci_controller_power_control_queue_insert()
|
D | port.c | 208 } else if (iphy->protocol == SAS_PROTOCOL_SSP) { in isci_port_link_up()
|
/linux-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 223 if (task->task_proto & SAS_PROTOCOL_SSP) in hisi_sas_slot_task_free() 437 case SAS_PROTOCOL_SSP: in hisi_sas_task_deliver() 494 case SAS_PROTOCOL_SSP: in hisi_sas_queue_command() 917 if (phy->identify.target_port_protocols == SAS_PROTOCOL_SSP) in hisi_sas_phyup_work_common() 1647 if (task->task_proto & SAS_PROTOCOL_SSP) { in hisi_sas_abort_task() 1937 if (task->lldd_task && task->task_proto & SAS_PROTOCOL_SSP) { in hisi_sas_query_task()
|
D | hisi_sas_v1_hw.c | 1055 case SAS_PROTOCOL_SSP: in slot_err_v1_hw() 1267 case SAS_PROTOCOL_SSP: in slot_complete_v1_hw() 1373 SAS_PROTOCOL_SSP; in int_phyup_v1_hw()
|
D | hisi_sas_v2_hw.c | 2054 case SAS_PROTOCOL_SSP: in slot_err_v2_hw() 2423 case SAS_PROTOCOL_SSP: in slot_complete_v2_hw() 2699 SAS_PROTOCOL_SSP; in phy_up_v2_hw()
|
D | hisi_sas_v3_hw.c | 1602 SAS_PROTOCOL_SSP; in phy_up_v3_hw() 2222 case SAS_PROTOCOL_SSP: in slot_err_v3_hw() 2364 case SAS_PROTOCOL_SSP: { in slot_complete_v3_hw()
|
/linux-6.6.21/include/scsi/ |
D | sas.h | 95 SAS_PROTOCOL_SSP = 0x08, enumerator
|
/linux-6.6.21/drivers/scsi/smartpqi/ |
D | smartpqi_sas_transport.c | 104 identify->target_port_protocols = SAS_PROTOCOL_SSP; in pqi_sas_port_add_rphy()
|
/linux-6.6.21/drivers/scsi/ |
D | scsi_transport_sas.c | 140 { SAS_PROTOCOL_SSP, "ssp" }, 1539 (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA))) in sas_rphy_add() 1549 if (identify->target_port_protocols & SAS_PROTOCOL_SSP) in sas_rphy_add()
|
/linux-6.6.21/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 257 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify() 267 identify->target_port_protocols |= SAS_PROTOCOL_SSP; in _transport_set_identify()
|
/linux-6.6.21/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 1099 if (!(device->tproto & SAS_PROTOCOL_SSP)) in sas_execute_ssp_tmf()
|
D | sas_expander.c | 823 } else if (phy->attached_tproto & SAS_PROTOCOL_SSP) { in sas_ex_discover_end_dev()
|
/linux-6.6.21/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 832 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in mpi3mr_set_identify() 842 identify->target_port_protocols |= SAS_PROTOCOL_SSP; in mpi3mr_set_identify()
|
/linux-6.6.21/drivers/message/fusion/ |
D | mptsas.c | 3019 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP; in mptsas_parse_device_info() 3034 identify->target_port_protocols |= SAS_PROTOCOL_SSP; in mptsas_parse_device_info()
|