Searched refs:ath_tx_ampdu_running (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c125 static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
1995 is_ampdu_tx = ath_tx_ampdu_running(sc, ATH_NODE(ni), tid);
3186 } else if (ath_tx_ampdu_running(sc, an, tid)) {
3816 if (ath_tx_ampdu_running(sc, an, tid->tid) &&
5671 if (ath_tx_ampdu_running(sc, an, tid->tid))
5810 if (ath_tx_ampdu_running(sc, tid->an, tid->tid))
5871 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) function

Completed in 80 milliseconds