Home
last modified time | relevance | path

Searched refs:DP_PEER_EXTD_STATS_INCC (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c2594 DP_PEER_EXTD_STATS_INCC(txrx_peer, rx.ampdu_cnt, 1, is_ampdu, link_id); in dp_rx_msdu_extd_stats_update()
2595 DP_PEER_EXTD_STATS_INCC(txrx_peer, rx.non_ampdu_cnt, 1, !(is_ampdu), in dp_rx_msdu_extd_stats_update()
2625 DP_PEER_EXTD_STATS_INCC(txrx_peer, rx.rx_mpdu_cnt[mcs], 1, in dp_rx_msdu_extd_stats_update()
2628 DP_PEER_EXTD_STATS_INCC(txrx_peer, rx.rx_mpdu_cnt[MAX_MCS - 1], 1, in dp_rx_msdu_extd_stats_update()
H A Ddp_tx.c5262 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.stbc, 1, ts->stbc, link_id);
5263 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.ldpc, 1, ts->ldpc, link_id);
5264 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.retries, 1, ts->transmit_cnt > 1,
5267 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.retries_mpdu, 1,
5272 DP_PEER_EXTD_STATS_INCC(txrx_peer, tx.mpdu_success_with_retries,
H A Ddp_internal.h1285 #define DP_PEER_EXTD_STATS_INCC(_handle, _field, _delta, _cond, _link) \ macro