Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Ddcreg.h718 struct dc_softc { struct
719 struct device sc_dev;
720 void *sc_ih;
721 struct arpcom sc_arpcom; /* interface info */
722 mii_data_t sc_mii;
723 bus_space_handle_t dc_bhandle; /* bus space handle */
724 bus_space_tag_t dc_btag; /* bus space tag */
725 u_int8_t dc_type;
726 u_int8_t dc_pmode;
727 u_int8_t dc_link;
[all …]