Home
last modified time | relevance | path

Searched defs:tl_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_tlreg.h119 struct tl_softc { struct
120 struct device sc_dev; /* generic device structure */
121 void * sc_ih; /* interrupt handler cookie */
122 struct arpcom arpcom; /* interface info */
123 struct ifmedia ifmedia; /* media info */
124 struct timeout tl_stats_tmo, tl_wait_tmo;
125 bus_space_handle_t tl_bhandle;
126 bus_space_tag_t tl_btag;
127 bus_dma_tag_t sc_dmat;
128 struct tl_type *tl_dinfo; /* ThunderLAN adapter info */
[all …]