Home
last modified time | relevance | path

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

/freebsd/sys/dev/ips/
H A Dips.h115 typedef struct ips_softc{ struct
116 struct resource * iores;
117 struct resource * irqres;
118 struct intr_config_hook ips_ich;
119 int configured;
120 int state;
144 int (* ips_adapter_reinit)(struct ips_softc *sc, argument
154 }ips_softc_t; argument