Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c130 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()
3116 } else if (ath_tx_ampdu_pending(sc, an, tid)) { in ath_tx_swq()
5691 if (ath_tx_ampdu_pending(sc, an, tid->tid))
5891 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) function