Searched refs:rxa_qframes (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_ht.c | 528 rap->rxa_qframes--; in ampdu_rx_purge_slot() 618 rap->rxa_qframes++; in ampdu_rx_add_slot() 672 if (rap->rxa_qframes == 0) in ampdu_rx_purge() 675 KASSERT(rap->rxa_qbytes == 0 && rap->rxa_qframes == 0, in ampdu_rx_purge() 677 rap->rxa_qbytes, rap->rxa_qframes)); in ampdu_rx_purge() 825 rap->rxa_qframes--; in ampdu_dispatch_slot() 842 if (rap->rxa_qframes != 0) { in ampdu_rx_moveup() 843 int n = rap->rxa_qframes, j; in ampdu_rx_moveup() 859 __func__, n, rap->rxa_qframes, i, rap->rxa_start, in ampdu_rx_moveup() 862 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 | 2299 n = rap->rxa_qframes; in mwl_ampdu_rxdma_reclaim() 2374 if (rap->rxa_qframes) in mwl_node_drain()
|