Changeset View
Changeset View
Standalone View
Standalone View
sys/cam/scsi/scsi_xpt.c
| Show First 20 Lines • Show All 612 Lines • ▼ Show 20 Lines | |||||
| SCSI_XPT_XPORT(spi, SPI); | SCSI_XPT_XPORT(spi, SPI); | ||||
| SCSI_XPT_XPORT(sas, SAS); | SCSI_XPT_XPORT(sas, SAS); | ||||
| SCSI_XPT_XPORT(fc, FC); | SCSI_XPT_XPORT(fc, FC); | ||||
| SCSI_XPT_XPORT(usb, USB); | SCSI_XPT_XPORT(usb, USB); | ||||
| SCSI_XPT_XPORT(iscsi, ISCSI); | SCSI_XPT_XPORT(iscsi, ISCSI); | ||||
| SCSI_XPT_XPORT(srp, SRP); | SCSI_XPT_XPORT(srp, SRP); | ||||
| SCSI_XPT_XPORT(ppb, PPB); | SCSI_XPT_XPORT(ppb, PPB); | ||||
| SCSI_XPT_XPORT(ufshci, UFSHCI); | |||||
| #undef SCSI_XPORT_XPORT | #undef SCSI_XPORT_XPORT | ||||
| static struct xpt_proto_ops scsi_proto_ops = { | static struct xpt_proto_ops scsi_proto_ops = { | ||||
| .announce_sbuf = scsi_proto_announce_sbuf, | .announce_sbuf = scsi_proto_announce_sbuf, | ||||
| .denounce_sbuf = scsi_proto_denounce_sbuf, | .denounce_sbuf = scsi_proto_denounce_sbuf, | ||||
| .debug_out = scsi_proto_debug_out, | .debug_out = scsi_proto_debug_out, | ||||
| }; | }; | ||||
| ▲ Show 20 Lines • Show All 2,540 Lines • Show Last 20 Lines | |||||