Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_upgtvar.h419 struct upgt_softc { struct
420 struct ieee80211com sc_ic;
421 struct mbufq sc_snd;
422 device_t sc_dev;
423 struct usb_device *sc_udev;
424 void *sc_rx_dma_buf;
425 void *sc_tx_dma_buf;
426 struct mtx sc_mtx;
427 struct upgt_stat sc_stat;
428 int sc_flags;
[all …]