Home
last modified time | relevance | path

Searched refs:SCSI_PROTOCOL_SAS (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/target/
H A Dtarget_core_fabric_lib.c352 case SCSI_PROTOCOL_SAS: in target_get_pr_transport_id_len()
373 case SCSI_PROTOCOL_SAS: in target_get_pr_transport_id()
396 case SCSI_PROTOCOL_SAS: in target_parse_pr_out_transport_id()
H A Dtarget_core_spc.c58 case SCSI_PROTOCOL_SAS: in spc_find_scsi_transport_vd()
/linux-6.15/drivers/target/tcm_remote/
H A Dtcm_remote.c55 case SCSI_PROTOCOL_SAS: in tcm_remote_dump_proto_id()
169 remote_hba->remote_proto_id = SCSI_PROTOCOL_SAS; in tcm_remote_make_wwn()
/linux-6.15/drivers/target/loopback/
H A Dtcm_loop.c567 case SCSI_PROTOCOL_SAS: in tcm_loop_dump_proto_id()
795 if (tl_hba->tl_proto_id != SCSI_PROTOCOL_SAS) { in tcm_loop_tpg_nexus_store()
1003 tl_hba->tl_proto_id = SCSI_PROTOCOL_SAS; in tcm_loop_make_scsi_hba()
/linux-6.15/include/scsi/
H A Dscsi_proto.h268 SCSI_PROTOCOL_SAS = 6, enumerator
/linux-6.15/drivers/xen/
H A Dxen-scsiback.c1315 case SCSI_PROTOCOL_SAS: in scsiback_dump_proto_id()
1365 tport->tport_proto_id = SCSI_PROTOCOL_SAS; in scsiback_make_tport()
1654 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_SAS) { in scsiback_tpg_nexus_store()
/linux-6.15/drivers/vhost/
H A Dscsi.c2304 case SCSI_PROTOCOL_SAS: in vhost_scsi_dump_proto_id()
2562 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_SAS) { in vhost_scsi_tpg_nexus_store()
2698 tport->tport_proto_id = SCSI_PROTOCOL_SAS; in vhost_scsi_make_tport()
/linux-6.15/drivers/scsi/
H A Dses.c491 case SCSI_PROTOCOL_SAS: in ses_process_descriptor()
/linux-6.15/drivers/usb/gadget/function/
H A Df_tcm.c1696 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SAS); in usbg_make_tpg()