Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_uathvar.h87 typedef STAILQ_HEAD(, uath_data) uath_datahead; typedef
206 uath_datahead sc_rx_active;
207 uath_datahead sc_rx_inactive;
209 uath_datahead sc_tx_active;
210 uath_datahead sc_tx_inactive;
211 uath_datahead sc_tx_pending;
H A Dif_uath.c1628 uath_datahead *frags, struct ieee80211_node *ni) in uath_txfrag_cleanup()
1649 uath_txfrag_setup(struct uath_softc *sc, uath_datahead *frags, in uath_txfrag_setup()
1697 uath_datahead frags; in uath_start()