Lines Matching defs:spifi_softc
79 struct spifi_softc { struct
80 device_t sc_dev;
81 struct scsipi_channel sc_channel;
82 struct scsipi_adapter sc_adapter;
84 struct spifi_reg *sc_reg;
85 struct spifi_scb *sc_nexus;
86 void *sc_dma; /* attached DMA softc */
87 int sc_id; /* my SCSI ID */
88 int sc_msgout;
89 uint8_t sc_omsg[16];
113 struct spifi_scb *spifi_get_scb(struct spifi_softc *); argument