Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_ht.c523 m = rap->rxa_m[i]; in ampdu_rx_purge()
525 rap->rxa_m[i] = NULL; in ampdu_rx_purge()
604 m = rap->rxa_m[i]; in ampdu_rx_dispatch()
607 rap->rxa_m[i] = NULL; in ampdu_rx_dispatch()
620 if (rap->rxa_m[j] != NULL) { in ampdu_rx_dispatch()
621 rap->rxa_m[j-i] = rap->rxa_m[j]; in ampdu_rx_dispatch()
622 rap->rxa_m[j] = NULL; in ampdu_rx_dispatch()
650 m = rap->rxa_m[i]; in ampdu_rx_flush()
653 rap->rxa_m[i] = NULL; in ampdu_rx_flush()
688 m = rap->rxa_m[i]; in ampdu_rx_flush_upto()
[all …]
HDieee80211_ht.h144 struct mbuf *rxa_m[IEEE80211_AGGR_BAWMAX]; member
HDieee80211_ddb.c235 if (rap->rxa_m[i] != NULL) in _db_show_rxampdu()
238 rap->rxa_m[i]); in _db_show_rxampdu()
/trueos/sys/dev/mwl/
HDif_mwl.c2410 m = rap->rxa_m[i]; in mwl_ampdu_rxdma_reclaim()