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

/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.h61 struct callout txa_timer; member in struct:ieee80211_tx_ampdu
H A Dieee80211_ht.c1669 callout_init(&tap->txa_timer, CALLOUT_MPSAFE);
1721 callout_reset(&tap->txa_timer, ieee80211_addba_timeout,
1732 callout_stop(&tap->txa_timer);
2186 callout_reset(&tap->txa_timer, ieee80211_bar_timeout, bar_timeout, tap);
2192 callout_stop(&tap->txa_timer);
2203 callout_pending(&tap->txa_timer), status);
2207 callout_pending(&tap->txa_timer)) {

Completed in 92 milliseconds