Lines Matching defs:mmem_softc
106 struct mmem_softc { struct
107 device_t sc_dev;
109 device_t sc_parent;
110 struct maple_unit *sc_unit;
111 struct maple_devinfo *sc_devinfo;
113 enum mmem_stat {
121 } sc_stat;
123 int sc_npt; /* number of partitions */
124 int sc_bsize; /* block size */
125 int sc_wacc; /* number of write access per block */
126 int sc_waccsz; /* size of a write access */
127 int sc_racc; /* number of read access per block */
128 int sc_raccsz; /* size of a read access */
130 struct mmem_pt {
137 } *sc_pt;
140 union {
144 } sc_req;
150 struct bufq_state *sc_q;
174 static void mmem_defaultlabel(struct mmem_softc *, struct mmem_pt *, argument