Searched defs:ch_softc (Results 1 – 2 of 2) sorted by relevance
63 struct ch_softc { struct64 device_t sc_dev; /* generic device info */65 struct scsipi_periph *sc_periph;/* our periph data */67 u_int sc_events; /* event bitmask */68 struct selinfo sc_selq; /* select/poll queue for events */70 int sc_flags; /* misc. info */72 int sc_picker; /* current picker */78 int sc_firsts[4]; /* firsts, indexed by CHET_* */79 int sc_counts[4]; /* counts, indexed by CHET_* */106 CFATTACH_DECL_NEW(ch, sizeof(struct ch_softc), argument
79 struct dmac_softc *ch_softc; /* device softc link */ member