Searched defs:mmcsd_softc (Results 1 – 1 of 1) sorted by relevance
78 struct mmcsd_softc { struct79 device_t dev;80 cdev_t dev_t;81 struct lock sc_lock;82 struct disk disk;83 struct devstat device_stats;84 struct thread *td;85 struct bio_queue_head bio_queue;86 daddr_t eblock, eend; /* Range remaining after the last erase. */87 int running;[all …]