Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c123 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
1996 is_ampdu_pending = ath_tx_ampdu_pending(sc, ATH_NODE(ni), tid); in ath_tx_start()
3181 } else if (ath_tx_ampdu_pending(sc, an, tid)) { in ath_tx_swq()
5668 if (ath_tx_ampdu_pending(sc, an, tid->tid))
5889 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) function