Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Delinkxlvar.h37 struct ex_softc { struct
38 device_t sc_dev;
39 device_suspensor_t sc_suspensor;
40 pmf_qual_t sc_qual;
41 void *sc_ih;
43 struct ethercom sc_ethercom; /* Ethernet common part */
44 bus_space_tag_t sc_iot; /* bus cookie */
45 bus_space_handle_t sc_ioh; /* bus i/o handle */
46 bus_dma_tag_t sc_dmat; /* bus dma tag */
47 bus_dmamap_t sc_dpd_dmamap;
[all …]