Searched defs:cfi_disk_softc (Results 1 – 1 of 1) sorted by relevance
55 struct cfi_disk_softc { struct56 struct cfi_softc *parent;57 struct disk *disk;58 int flags;60 struct bio_queue_head bioq; /* bio queue */61 struct mtx qlock; /* bioq lock */62 struct taskqueue *tq; /* private task queue for i/o request */86 struct cfi_disk_softc *sc = device_get_softc(dev); in cfi_disk_attach() argument