Searched defs:ciss_softc (Results 1 – 1 of 1) sorted by relevance
29 struct ciss_softc { struct30 struct device sc_dev;31 struct timeout sc_hb;32 void *sc_ih;33 int sc_flush;34 struct ksensor *sensors;35 struct ksensordev sensordev;37 u_int sc_flags;39 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits;40 struct ciss_ccb_list sc_free_ccb;[all …]