Lines Matching defs:sbic_softc
88 struct sbic_softc { struct
89 device_t sc_dev;
90 struct target_sync {
94 } sc_sync[8];
95 u_char target; /* Currently active target */
96 u_char lun;
97 struct scsipi_channel sc_channel; /* proto for sub devices */
98 struct scsipi_adapter sc_adapter;
99 sbic_regmap_p sc_sbicp; /* the SBIC */
100 void *sc_driver; /* driver specific field */
101 int sc_ipl;
103 struct callout sc_timo_ch;
127 int (*sc_dmago)(struct sbic_softc *, char *, int, int); argument
128 int (*sc_dmanext)(struct sbic_softc *); argument
129 void (*sc_enintr)(struct sbic_softc *); argument
130 void (*sc_dmastop)(struct sbic_softc *); argument