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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_ht.h59 struct callout txa_timer; member in struct:ieee80211_tx_ampdu
H A Dieee80211_ht.c1691 callout_init(&tap->txa_timer, CALLOUT_MPSAFE);
1749 callout_reset(&tap->txa_timer, ieee80211_addba_timeout,
1760 callout_stop(&tap->txa_timer);
2250 callout_reset(&tap->txa_timer, ieee80211_bar_timeout, bar_timeout, tap);
2260 callout_stop(&tap->txa_timer);
2271 callout_pending(&tap->txa_timer), status);
2276 callout_pending(&tap->txa_timer)) {

Completed in 120 milliseconds