Home
last modified time | relevance | path

Searched refs:uath_datahead (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h86 typedef STAILQ_HEAD(, uath_data) uath_datahead; typedef
205 uath_datahead sc_rx_active;
206 uath_datahead sc_rx_inactive;
208 uath_datahead sc_tx_active;
209 uath_datahead sc_tx_inactive;
210 uath_datahead sc_tx_pending;
H A Dif_uath.c1632 uath_datahead *frags, struct ieee80211_node *ni) in uath_txfrag_cleanup()
1653 uath_txfrag_setup(struct uath_softc *sc, uath_datahead *frags, in uath_txfrag_setup()
1701 uath_datahead frags; in uath_start()