Searched defs:xe_softc (Results 1 – 1 of 1) sorted by relevance
36 struct xe_softc { struct37 struct arpcom arpcom;38 struct ifmedia ifmedia;39 struct ifmib_iso_8802_3 mibdata;40 struct callout xe_timer;41 struct ifnet *ifp;42 struct ifmedia *ifm;43 const char *card_type; /* Card model name */44 const char *vendor; /* Card manufacturer */45 bus_space_tag_t bst; /* Bus space tag for card */[all …]