Lines Matching defs:tl_softc
119 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 */
129 struct tl_type *tl_pinfo; /* PHY info struct */
130 u_int8_t tl_ctlr; /* chip number */
131 u_int8_t tl_eeaddr;
132 struct tl_list_data *tl_ldata; /* TX/RX lists and mbufs */
133 struct tl_chain_data tl_cdata;
134 u_int8_t tl_txeoc;
135 u_int8_t tl_bitrate;
136 struct mii_data sc_mii;
137 const struct tl_products *tl_product;