Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_tx.c121 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
1950 is_ampdu_pending = ath_tx_ampdu_pending(sc, ATH_NODE(ni), tid); in ath_tx_start()
3080 } else if (ath_tx_ampdu_pending(sc, an, tid)) { in ath_tx_swq()
5379 if (ath_tx_ampdu_pending(sc, an, tid->tid))
5579 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) function