Searched defs:spifi_softc (Results 1 – 1 of 1) sorted by relevance
79 struct spifi_softc { struct80 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];[all …]