Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c179 m = rap->rxa_m[i]; in ampdu_rx_purge()
181 rap->rxa_m[i] = NULL; in ampdu_rx_purge()
231 m = rap->rxa_m[i]; in ampdu_rx_dispatch()
234 rap->rxa_m[i] = NULL; in ampdu_rx_dispatch()
248 rap->rxa_m[j-i] = rap->rxa_m[j]; in ampdu_rx_dispatch()
278 m = rap->rxa_m[i]; in ampdu_rx_flush()
281 rap->rxa_m[i] = NULL; in ampdu_rx_flush()
314 m = rap->rxa_m[i]; in ampdu_rx_flush_upto()
316 rap->rxa_m[i] = NULL; in ampdu_rx_flush_upto()
335 rap->rxa_m[j-i] = rap->rxa_m[j]; in ampdu_rx_flush_upto()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h93 mblk_t *rxa_m[IEEE80211_AGGR_BAWMAX]; member