Lines Matching defs:maple_softc
168 struct maple_softc { struct
169 device_t sc_dev;
171 callout_t maple_callout_ch;
172 lwp_t *event_thread;
174 int8_t sc_port_unit_map[MAPLE_PORTS];
175 int sc_port_units[MAPLE_PORTS];
176 int sc_port_units_open[MAPLE_PORTS];
178 struct maple_unit sc_unit[MAPLE_PORTS][MAPLE_SUBUNITS];
180 uint32_t *sc_txbuf; /* start of allocated transmit buffer */
181 uint32_t *sc_txpos; /* current write position in tx buffer */
182 uint32_t *sc_txlink; /* start of last written frame */
184 uint32_t sc_txbuf_phys; /* 29-bit physical address */
186 void *sc_intrhand;
188 kmutex_t sc_dma_lock;
189 kcondvar_t sc_dma_cv;
191 int sc_event; /* periodic event is active */
192 kmutex_t sc_event_lock;
193 kcondvar_t sc_event_cv;