Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dneo.c119 struct neo_softc { struct
120 struct device dev;
122 bus_space_tag_t bufiot;
123 bus_space_handle_t bufioh;
125 bus_space_tag_t regiot;
126 bus_space_handle_t regioh;
128 u_int32_t type;
129 void *ih;
131 void (*pintr)(void *); /* dma completion intr handler */
132 void *parg; /* arg for intr() */
[all …]