Searched defs:ep_softc (Results 1 – 1 of 1) sorted by relevance
37 struct ep_softc { struct38 struct device sc_dev;39 void *sc_ih;40 struct timeout sc_epmbuffill_tmo;42 struct arpcom sc_arpcom; /* Ethernet common part */43 struct mii_data sc_mii; /* MII/media control */44 bus_space_tag_t sc_iot; /* bus cookie */45 bus_space_handle_t sc_ioh; /* bus i/o handle */46 u_int ep_connectors; /* Connectors on this card. */48 struct mbuf *mb[MAX_MBS]; /* spare mbuf storage. */[all …]