Searched defs:ser_softc (Results 1 – 2 of 2) sorted by relevance
160 struct ser_softc { struct161 device_t sc_dev;162 struct tty *sc_tty;164 struct callout sc_diag_ch;166 int sc_overflows;167 int sc_floods;168 int sc_errors;170 uint8_t sc_hwflags;171 uint8_t sc_swflags;173 int sc_ospeed; /* delay + timer-d data */[all …]
75 struct ser_softc { struct79 CFATTACH_DECL_NEW(ser, sizeof(struct ser_softc), argument