Searched defs:ch_softc (Results 1 – 1 of 1) sorted by relevance
59 struct ch_softc { struct60 struct device sc_dev; /* generic device info */61 struct scsi_link *sc_link; /* link in the SCSI bus */63 int sc_picker; /* current picker */69 int sc_firsts[4]; /* firsts, indexed by CHET_* */70 int sc_counts[4]; /* counts, indexed by CHET_* */76 u_int8_t sc_movemask[4];100 sizeof(struct ch_softc), chmatch, chattach argument