Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend.c270 proto = SCSI_PROTO_SAS << 4; in ctl_port_set_wwns()
H A Dctl.c2317 id->format_protocol = SCSI_PROTO_SAS; in ctl_create_iid()
9727 proto = SCSI_PROTO_SAS << 4; in ctl_inquiry_evpd_devid()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_all.c5701 if ((descr->proto_codeset >> SVPD_ID_PROTO_SHIFT) != SCSI_PROTO_SAS) in scsi_devid_is_sas_target()
5946 case SCSI_PROTO_SAS: { in scsi_transportid_sbuf()
6005 { "sas", SCSI_PROTO_SAS },
6114 case SCSI_PROTO_SAS: in scsi_parse_transportid_64bit()
6163 case SCSI_PROTO_SAS: { in scsi_parse_transportid_64bit()
6167 sas->format_protocol = SCSI_PROTO_SAS | in scsi_parse_transportid_64bit()
6745 case SCSI_PROTO_SAS: in scsi_parse_transportid()
H A Dscsi_all.h870 #define SCSI_PROTO_SAS 0x06 /* SAS Serial SCSI Protocol */ macro
889 #define SPSP_PROTO_SAS SCSI_PROTO_SAS
H A Dscsi_enc_ses.c836 devid->proto_codeset = (SCSI_PROTO_SAS << SVPD_ID_PROTO_SHIFT) in ses_devids_iter()