Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dahavar.h68 struct aha_softc { struct
69 device_t sc_dev;
71 bus_space_tag_t sc_iot;
72 bus_space_handle_t sc_ioh;
73 bus_dma_tag_t sc_dmat;
74 bus_dmamap_t sc_dmamap_control; /* maps the control structures */
75 void *sc_ih;
77 struct aha_control *sc_control; /* control structures */
81 struct aha_ccb *sc_ccbhash[CCB_HASH_SIZE];
83 int sc_mbofull;
[all …]