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.c267 proto = SCSI_PROTO_SAS << 4; in ctl_port_set_wwns()
H A Dctl.c2291 id->format_protocol = SCSI_PROTO_SAS; in ctl_create_iid()
9688 proto = SCSI_PROTO_SAS << 4; in ctl_inquiry_evpd_devid()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c5708 if ((descr->proto_codeset >> SVPD_ID_PROTO_SHIFT) != SCSI_PROTO_SAS) in scsi_devid_is_sas_target()
5953 case SCSI_PROTO_SAS: { in scsi_transportid_sbuf()
6012 { "sas", SCSI_PROTO_SAS },
6121 case SCSI_PROTO_SAS: in scsi_parse_transportid_64bit()
6170 case SCSI_PROTO_SAS: { in scsi_parse_transportid_64bit()
6174 sas->format_protocol = SCSI_PROTO_SAS | in scsi_parse_transportid_64bit()
6752 case SCSI_PROTO_SAS: in scsi_parse_transportid()
H A Dscsi_all.h863 #define SCSI_PROTO_SAS 0x06 /* SAS Serial SCSI Protocol */ macro
882 #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()