Searched refs:rxa_mq (Results 1 – 3 of 3) sorted by relevance
525 while (mbufq_len(&rap->rxa_mq[i]) != 0) { in ampdu_rx_purge_slot()526 m = mbufq_dequeue(&rap->rxa_mq[i]); in ampdu_rx_purge_slot()575 if (mbufq_len(&rap->rxa_mq[off]) != 0) { in ampdu_rx_add_slot()614 mbufq_len(&rap->rxa_mq[off]), in ampdu_rx_add_slot()615 rap->rxa_mq[off].mq_maxlen); in ampdu_rx_add_slot()691 mbufq_init(&rap->rxa_mq[i], 256); in ieee80211_ampdu_rx_init_rap()820 while (mbufq_len(&rap->rxa_mq[i]) != 0) { in ampdu_dispatch_slot()821 m = mbufq_dequeue(&rap->rxa_mq[i]); in ampdu_dispatch_slot()851 if (mbufq_len(&rap->rxa_mq[j]) != 0) { in ampdu_rx_moveup()852 n = n - mbufq_len(&rap->rxa_mq[j]); in ampdu_rx_moveup()[all …]
174 struct mbufq rxa_mq[IEEE80211_AGGR_BAWMAX]; member
223 if (mbufq_len(&rap->rxa_mq[i]) > 0) { in _db_show_rxampdu()226 STAILQ_FOREACH(m, &rap->rxa_mq[i].mq_head, in _db_show_rxampdu()