Searched defs:tl_softc (Results 1 – 1 of 1) sorted by relevance
112 struct tl_softc { struct113 struct arpcom arpcom; /* interface info */114 struct ifmedia ifmedia; /* media info */115 bus_space_handle_t tl_bhandle;116 bus_space_tag_t tl_btag;117 void *tl_intrhand;118 struct resource *tl_irq;119 struct resource *tl_res;120 device_t tl_miibus;121 struct tl_type *tl_dinfo; /* ThunderLAN adapter info */[all …]