Searched defs:twe_softc (Results 1 – 1 of 1) sorted by relevance
127 struct twe_softc struct131 struct bio_queue_head twe_bioq; /* outstanding I/O operations */135 struct twe_request *twe_lookup[TWE_Q_LENGTH]; /* commands indexed by request ID */136 struct twe_drive twe_drive[TWE_MAX_UNITS]; /* attached drives */162 extern int twe_setup(struct twe_softc *sc); /* do early driver/controller setup */ argument