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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h72 timeout_id_t txa_timer; member in struct:ieee80211_tx_ampdu
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1040 tap->txa_timer = timeout(addba_timeout, (void *)tap,
1050 if (tap->txa_timer != NULL) {
1051 (void) untimeout(tap->txa_timer);
1052 tap->txa_timer = NULL;

Completed in 106 milliseconds