Home
last modified time | relevance | path

Searched defs:spc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmb89352var.h119 struct spc_softc { struct
120 device_t sc_dev;
122 bus_space_tag_t sc_iot;
123 bus_space_handle_t sc_ioh;
125 struct scsipi_channel sc_channel; /* prototype for subdevs */
126 struct scsipi_adapter sc_adapter;
129 struct spc_acb *sc_nexus; /* current command */
130 struct spc_acb sc_acb[8];
131 struct spc_tinfo sc_tinfo[8];
134 uint8_t *sc_dp; /* Current data pointer */
[all …]