Lines Matching defs:rd_softc
114 struct rd_softc { struct
115 device_t sc_dev;
116 gpib_chipset_tag_t sc_ic;
117 gpib_handle_t sc_hdl;
119 struct disk sc_dk;
121 int sc_slave; /* GPIB slave */
122 int sc_punit; /* physical unit on slave */
124 int sc_flags;
133 u_int16_t sc_type;
134 u_int8_t *sc_addr;
135 int sc_resid;
136 struct rd_iocmd sc_ioc;
137 struct bufq_state *sc_tab;
138 int sc_active;
139 int sc_errcnt;
141 struct callout sc_restart_ch;
143 krndsource_t rnd_source;