Searched defs:mmcnull_softc (Results 1 – 1 of 1) sorted by relevance
46 struct mmcnull_softc { struct47 device_t dev;48 struct mtx sc_mtx;50 struct cam_devq *devq;51 struct cam_sim *sim;52 struct cam_path *path;54 struct callout tick;55 union ccb *cur_ccb;