Searched defs:opalflash_softc (Results 1 – 1 of 1) sorted by relevance
63 struct opalflash_softc { struct64 device_t sc_dev;65 struct mtx sc_mtx;66 struct disk *sc_disk;67 struct proc *sc_p;68 struct bio_queue_head sc_bio_queue;69 int sc_opal_id;70 bool sc_erase; /* Erase is needed before write. */