Searched defs:mwl_softc (Results 1 – 1 of 1) sorted by relevance
246 struct mwl_softc { struct247 struct ifnet *sc_ifp; /* interface common */248 struct mwl_stats sc_stats; /* interface statistics */249 int sc_debug;250 device_t sc_dev;251 bus_dma_tag_t sc_dmat; /* bus DMA tag */252 bus_space_handle_t sc_io0h; /* BAR 0 */253 bus_space_tag_t sc_io0t;254 bus_space_handle_t sc_io1h; /* BAR 1 */255 bus_space_tag_t sc_io1t;[all …]