Lines Matching defs:sym_shcb
175 struct sym_shcb { struct
179 int unit;
180 char inst_name[16];
181 char chip_name[8];
183 struct Scsi_Host *host;
185 void __iomem * ioaddr; /* MMIO kernel io address */
186 void __iomem * ramaddr; /* RAM kernel io address */
188 struct timer_list timer; /* Timer handler link header */
189 u_long lasttime;
190 u_long settle_time; /* Resetting the SCSI BUS */
191 u_char settle_time_valid;