Searched defs:xl_softc (Results 1 – 1 of 1) sorted by relevance
588 struct xl_softc { struct589 if_t xl_ifp; /* interface info */590 device_t xl_dev; /* device info */591 struct ifmedia ifmedia; /* media info */592 bus_space_handle_t xl_bhandle;593 bus_space_tag_t xl_btag;594 void *xl_intrhand;595 struct resource *xl_irq;596 struct resource *xl_res;597 device_t xl_miibus;[all …]