Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/ips/
H A Dips.h415 typedef struct ips_softc { struct
416 struct resource *iores;
417 struct resource *irqres;
418 struct intr_config_hook ips_ich;
419 int configured;
420 int state;
421 int iotype;
445 int (*ips_adapter_reinit)(struct ips_softc *sc, argument
454 } ips_softc_t; argument