Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/ctl/
HDctl_tpc_local.c109 tid->format_protocol = SCSI_TRN_SPI_FORMAT_DEFAULT | SCSI_PROTO_SPI; in tpcl_init()
HDctl_frontend.c271 proto = SCSI_PROTO_SPI << 4; in ctl_port_set_wwns()
HDctl.c2300 id->format_protocol = SCSI_PROTO_SPI; in ctl_create_iid()
9692 proto = SCSI_PROTO_SPI << 4; in ctl_inquiry_evpd_devid()
/freebsd-head/sys/cam/scsi/
HDscsi_all.c5851 case SCSI_PROTO_SPI: { in scsi_transportid_sbuf()
6004 { "spi", SCSI_PROTO_SPI },
6260 spi->format_protocol = SCSI_PROTO_SPI | SCSI_TRN_SPI_FORMAT_DEFAULT; in scsi_parse_transportid_spi()
6761 case SCSI_PROTO_SPI: in scsi_parse_transportid()
HDscsi_all.h857 #define SCSI_PROTO_SPI 0x01 /* Parallel SCSI */ macro
877 #define SPSP_PROTO_SPI SCSI_PROTO_SPI