Searched defs:ep_softc (Results 1 – 1 of 1) sorted by relevance
38 struct ep_softc { struct39 device_t sc_dev;40 void *sc_ih;42 struct ethercom sc_ethercom; /* Ethernet common part */43 struct mii_data sc_mii; /* MII/media control */44 struct callout sc_mii_callout; /* MII callout handle */45 struct callout sc_mbuf_callout; /* mbuf fill callout */46 bus_space_tag_t sc_iot; /* bus cookie */47 bus_space_handle_t sc_ioh; /* bus i/o handle */48 bus_space_tag_t sc_memt; /* RoadRunner only */[all …]