Searched refs:rxa_m (Results 1 – 2 of 2) sorted by relevance
179 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()247 if (rap->rxa_m[j] != NULL) { in ampdu_rx_dispatch()248 rap->rxa_m[j-i] = rap->rxa_m[j]; in ampdu_rx_dispatch()249 rap->rxa_m[j] = NULL; 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()[all …]
93 mblk_t *rxa_m[IEEE80211_AGGR_BAWMAX]; member