Home
last modified time | relevance | path

Searched defs:ciss_softc (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcissvar.h34 struct ciss_softc { struct
36 device_t sc_dev;
37 kmutex_t sc_mutex;
41 bus_dma_tag_t sc_dmat;
42 void *sc_ih;
45 int sc_flush;
51 struct callout sc_hb;
53 u_int sc_flags;
54 int ccblen, maxcmd, maxsg, nbus, ndrives, maxunits;
55 ciss_queue_head sc_free_ccb, sc_ccbq, sc_ccbdone;
[all …]