Home
last modified time | relevance | path

Searched refs:SCSI_TRN_PROTO_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_all.c5831 switch (hdr->format_protocol & SCSI_TRN_PROTO_MASK) { in scsi_transportid_sbuf()
5963 "%#x", hdr->format_protocol & SCSI_TRN_PROTO_MASK); in scsi_transportid_sbuf()
5987 hdr->format_protocol & SCSI_TRN_PROTO_MASK); in scsi_transportid_sbuf()
H A Dscsi_all.h473 #define SCSI_TRN_PROTO_MASK 0x0f macro