Home
last modified time | relevance | path

Searched refs:SCSI_PROTO_SAS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend.c269 proto = SCSI_PROTO_SAS << 4; in ctl_port_set_wwns()
H A Dctl.c2291 id->format_protocol = SCSI_PROTO_SAS; in ctl_create_iid()
9689 proto = SCSI_PROTO_SAS << 4; in ctl_inquiry_evpd_devid()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c5700 if ((descr->proto_codeset >> SVPD_ID_PROTO_SHIFT) != SCSI_PROTO_SAS) in scsi_devid_is_sas_target()
5945 case SCSI_PROTO_SAS: { in scsi_transportid_sbuf()
6004 { "sas", SCSI_PROTO_SAS },
6113 case SCSI_PROTO_SAS: in scsi_parse_transportid_64bit()
6162 case SCSI_PROTO_SAS: { in scsi_parse_transportid_64bit()
6166 sas->format_protocol = SCSI_PROTO_SAS | in scsi_parse_transportid_64bit()
6744 case SCSI_PROTO_SAS: in scsi_parse_transportid()
H A Dscsi_all.h869 #define SCSI_PROTO_SAS 0x06 /* SAS Serial SCSI Protocol */ macro
888 #define SPSP_PROTO_SAS SCSI_PROTO_SAS
H A Dscsi_enc_ses.c835 devid->proto_codeset = (SCSI_PROTO_SAS << SVPD_ID_PROTO_SHIFT) in ses_devids_iter()