Home
last modified time | relevance | path

Searched refs:rx_mpdu_cnt (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx.c2625 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()
Ddp_internal.h2237 _tgtobj->rx.rx_mpdu_cnt[i] += _srcobj->rx.rx_mpdu_cnt[i]; \
Ddp_types.h4879 uint32_t rx_mpdu_cnt[MAX_MCS]; member
Ddp_stats.c9366 tgtobj->stats.rx.rx_mpdu_cnt[i] += srcobj->rx.rx_mpdu_cnt[i]; in dp_update_pdev_stats()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h1871 uint32_t rx_mpdu_cnt[MAX_MCS]; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c909 profile_ctx->rx_mpdu_cnt, in wma_profile_data_report_event_handler()
1864 dp_stats->rx.rx_mpdu_cnt[mcs_index]; in wma_unified_link_peer_stats_event_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h8108 uint32_t rx_mpdu_cnt; member
/wlan-driver/fw-api/fw/
Dhtt_stats.h7660 A_UINT32 rx_mpdu_cnt; member
Dwmi_unified.h23924 A_UINT32 rx_mpdu_cnt; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c14432 profile_ctx->rx_mpdu_cnt = ev->rx_mpdu_cnt; in extract_profile_ctx_tlv()