Searched defs:ep_softc (Results 1 – 1 of 1) sorted by relevance
35 struct ep_softc { struct36 struct ifnet *ifp;37 struct ifmedia ifmedia; /* media info */38 device_t dev;40 struct mtx sc_mtx;41 struct resource *iobase;42 struct resource *irq;44 bus_space_handle_t bsh;45 bus_space_tag_t bst;46 void *ep_intrhand;[all …]