Home
last modified time | relevance | path

Searched defs:cfi_disk_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cfi/
H A Dcfi_disk.c55 struct cfi_disk_softc { struct
56 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