Lines Matching defs:rd_softc
61 struct rd_softc { struct
62 device_t sc_dev;
63 struct disk sc_dkdev;
64 struct callout sc_restart_ch;
65 int sc_slave; /* HP-IB slave */
66 int sc_punit; /* physical unit on slave */
67 int sc_flags;
68 short sc_type;
69 char *sc_addr;
70 int sc_resid;
71 struct hpibqueue sc_hq; /* hpib job queue entry */
72 struct rd_iocmd sc_ioc;
73 struct rd_rscmd sc_rsc;
74 struct rd_stat sc_stat;
75 struct bufq_state *sc_tab;
76 int sc_active;
77 int sc_errcnt;
78 struct rdstats sc_stats;
79 krndsource_t rnd_source;