Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h184 struct uath_softc { struct
185 struct ieee80211com sc_ic;
186 struct mbufq sc_snd;
187 device_t sc_dev;
188 struct usb_device *sc_udev;
189 void *sc_cmd_dma_buf;
190 void *sc_tx_dma_buf;
191 struct mtx sc_mtx;
192 uint32_t sc_debug;
194 struct uath_stat sc_stat;
[all …]