Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/target/
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()
Dtarget_core_spc.c58 case SCSI_PROTOCOL_SAS: in spc_find_scsi_transport_vd()
/Linux-v6.6/drivers/target/tcm_remote/
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-v6.6/include/scsi/
Dscsi_proto.h265 SCSI_PROTOCOL_SAS = 6, enumerator
/Linux-v6.6/drivers/target/loopback/
Dtcm_loop.c566 case SCSI_PROTOCOL_SAS: in tcm_loop_dump_proto_id()
794 if (tl_hba->tl_proto_id != SCSI_PROTOCOL_SAS) { in tcm_loop_tpg_nexus_store()
1002 tl_hba->tl_proto_id = SCSI_PROTOCOL_SAS; in tcm_loop_make_scsi_hba()
/Linux-v6.6/drivers/xen/
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-v6.6/drivers/vhost/
Dscsi.c2114 case SCSI_PROTOCOL_SAS: in vhost_scsi_dump_proto_id()
2372 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_SAS) { in vhost_scsi_tpg_nexus_store()
2508 tport->tport_proto_id = SCSI_PROTOCOL_SAS; in vhost_scsi_make_tport()
/Linux-v6.6/drivers/scsi/
Dses.c465 case SCSI_PROTOCOL_SAS: in ses_process_descriptor()
/Linux-v6.6/drivers/usb/gadget/function/
Df_tcm.c1369 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SAS); in usbg_make_tpg()