Searched refs:rxa_qframes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_ht.c | 529 rap->rxa_qframes--; in ampdu_rx_purge_slot() 619 rap->rxa_qframes++; in ampdu_rx_add_slot() 673 if (rap->rxa_qframes == 0) in ampdu_rx_purge() 676 KASSERT(rap->rxa_qbytes == 0 && rap->rxa_qframes == 0, in ampdu_rx_purge() 678 rap->rxa_qbytes, rap->rxa_qframes)); in ampdu_rx_purge() 826 rap->rxa_qframes--; in ampdu_dispatch_slot() 843 if (rap->rxa_qframes != 0) { in ampdu_rx_moveup() 844 int n = rap->rxa_qframes, j; in ampdu_rx_moveup() 860 __func__, n, rap->rxa_qframes, i, rap->rxa_start, in ampdu_rx_moveup() 863 vap->iv_stats.is_ampdu_rx_copy += rap->rxa_qframes; in ampdu_rx_moveup() [all …]
|
| H A D | ieee80211_ht.h | 167 short rxa_qframes; /* data queued (frames) */ member
|
| H A D | ieee80211_ddb.c | 220 sep, rap->rxa_qbytes, rap->rxa_qframes, in _db_show_rxampdu()
|
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwl.c | 2311 n = rap->rxa_qframes; in mwl_ampdu_rxdma_reclaim() 2386 if (rap->rxa_qframes) in mwl_node_drain()
|