Home
last modified time | relevance | path

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

/freebsd/sys/dev/ismt/
H A Dismt.c146 struct ismt_softc { struct
147 device_t pcidev;
148 device_t smbdev;
150 struct thread *bus_reserved;
152 int intr_rid;
153 struct resource *intr_res;
154 void *intr_handle;
179 struct ismt_softc *sc = arg; in ismt_intr() argument