Searched refs:SCSI_PROTOCOL_SAS (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/target/loopback/
H A Dtcm_loop.c535 case SCSI_PROTOCOL_SAS: tcm_loop_get_fabric_proto_ident()
585 case SCSI_PROTOCOL_SAS: tcm_loop_get_pr_transport_id()
614 case SCSI_PROTOCOL_SAS: tcm_loop_get_pr_transport_id_len()
647 case SCSI_PROTOCOL_SAS: tcm_loop_parse_pr_out_transport_id()
857 case SCSI_PROTOCOL_SAS: tcm_loop_dump_proto_id()
1102 if (tl_hba->tl_proto_id != SCSI_PROTOCOL_SAS) { tcm_loop_tpg_store_nexus()
1302 tl_hba->tl_proto_id = SCSI_PROTOCOL_SAS; tcm_loop_make_scsi_hba()
/linux-4.1.27/drivers/xen/
H A Dxen-scsiback.c1244 case SCSI_PROTOCOL_SAS: scsiback_dump_proto_id()
1264 case SCSI_PROTOCOL_SAS: scsiback_get_fabric_proto_ident()
1312 case SCSI_PROTOCOL_SAS: scsiback_get_pr_transport_id()
1342 case SCSI_PROTOCOL_SAS: scsiback_get_pr_transport_id_len()
1372 case SCSI_PROTOCOL_SAS: scsiback_parse_pr_out_transport_id()
1412 tport->tport_proto_id = SCSI_PROTOCOL_SAS; scsiback_make_tport()
1779 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_SAS) { scsiback_tpg_store_nexus()
/linux-4.1.27/Documentation/target/
H A Dtcm_mod_builder.py559 buf += " case SCSI_PROTOCOL_SAS:\n"
620 buf += " case SCSI_PROTOCOL_SAS:\n"
658 buf += " case SCSI_PROTOCOL_SAS:\n"
696 buf += " case SCSI_PROTOCOL_SAS:\n"
/linux-4.1.27/drivers/vhost/
H A Dscsi.c307 case SCSI_PROTOCOL_SAS: vhost_scsi_get_fabric_proto_ident()
355 case SCSI_PROTOCOL_SAS: vhost_scsi_get_pr_transport_id()
385 case SCSI_PROTOCOL_SAS: vhost_scsi_get_pr_transport_id_len()
415 case SCSI_PROTOCOL_SAS: vhost_scsi_parse_pr_out_transport_id()
1738 case SCSI_PROTOCOL_SAS: vhost_scsi_dump_proto_id()
2121 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_SAS) { vhost_scsi_tpg_store_nexus()
2260 tport->tport_proto_id = SCSI_PROTOCOL_SAS; vhost_scsi_make_tport()
/linux-4.1.27/drivers/scsi/
H A Dses.c402 case SCSI_PROTOCOL_SAS: ses_process_descriptor()
576 && proto == SCSI_PROTOCOL_SAS && type == 3 && len == 8) ses_match_to_enclosure()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c1285 case SCSI_PROTOCOL_SAS: usbg_get_fabric_proto_ident()
1328 case SCSI_PROTOCOL_SAS: usbg_get_pr_transport_id()
1350 case SCSI_PROTOCOL_SAS: usbg_get_pr_transport_id_len()
1372 case SCSI_PROTOCOL_SAS: usbg_parse_pr_out_transport_id()
/linux-4.1.27/include/scsi/
H A Dscsi.h354 SCSI_PROTOCOL_SAS = 6, enumerator in enum:scsi_protocol

Completed in 214 milliseconds