Lines Matching defs:sbic_softc
100 struct sbic_softc { struct
101 device_t sc_dev;
102 struct isr sc_isr;
103 struct callout sc_timo_ch;
104 struct target_sync {
108 } sc_sync[8];
109 u_char target; /* Currently active target */
110 u_char lun;
111 struct scsipi_adapter sc_adapter;
112 struct scsipi_channel sc_channel;
113 sbic_regmap_t sc_sbic; /* the two SBIC pointers */
137 int (*sc_dmago)(struct sbic_softc *, char *, int, int); argument
138 int (*sc_dmanext)(struct sbic_softc *); argument
139 void (*sc_enintr)(struct sbic_softc *); argument
140 void (*sc_dmastop)(struct sbic_softc *); argument
141 u_short gtsc_bankmask; /* GVP specific bank selected */