Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_tlvar.h43 struct tl_softc { struct
44 device_t sc_dev; /* base device */
45 bus_space_tag_t tl_bustag;
46 bus_space_handle_t tl_bushandle; /* CSR region handle */
47 bus_dma_tag_t tl_dmatag;
48 const struct tl_product_desc *tl_product;
49 void* tl_ih;
50 struct ethercom tl_ec;
51 struct callout tl_tick_ch; /* tick callout */
52 struct callout tl_restart_ch; /* restart callout */
[all …]