Home
last modified time | relevance | path

Searched refs:ath_txqmove (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h74 extern void ath_txqmove(struct ath_txq *dst, struct ath_txq *src);
H A Dif_ath_beacon.c815 ath_txqmove(cabq, &avp->av_mcastq); in ath_beacon_generate()
H A Dif_ath.c3738 ath_txqmove(struct ath_txq *dst, struct ath_txq *src) function