Searched defs:maple_softc (Results 1 – 1 of 1) sorted by relevance
168 struct maple_softc { struct169 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 */[all …]