Home
last modified time | relevance | path

Searched refs:tx_stats (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_cp_stats_tlv.c915 struct wlan_dbg_tx_stats *tx_stats) in extract_pdev_tx_stats() argument
918 tx->comp_queued = tx_stats->comp_queued; in extract_pdev_tx_stats()
919 tx->comp_delivered = tx_stats->comp_delivered; in extract_pdev_tx_stats()
920 tx->msdu_enqued = tx_stats->msdu_enqued; in extract_pdev_tx_stats()
921 tx->mpdu_enqued = tx_stats->mpdu_enqued; in extract_pdev_tx_stats()
922 tx->wmm_drop = tx_stats->wmm_drop; in extract_pdev_tx_stats()
923 tx->local_enqued = tx_stats->local_enqued; in extract_pdev_tx_stats()
924 tx->local_freed = tx_stats->local_freed; in extract_pdev_tx_stats()
925 tx->hw_queued = tx_stats->hw_queued; in extract_pdev_tx_stats()
926 tx->hw_reaped = tx_stats->hw_reaped; in extract_pdev_tx_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_stats.c830 qdf_ipa_wdi_tx_info_t tx_stats; in wlan_ipa_update_tx_stats() local
835 QDF_IPA_WDI_TX_INFO_STA_TX_BYTES(&tx_stats) = sta_tx; in wlan_ipa_update_tx_stats()
836 QDF_IPA_WDI_TX_INFO_SAP_TX_BYTES(&tx_stats) = ap_tx; in wlan_ipa_update_tx_stats()
838 qdf_ipa_wdi_wlan_stats(&tx_stats); in wlan_ipa_update_tx_stats()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_ipa_wdi3.h500 static inline int qdf_ipa_wdi_wlan_stats(qdf_ipa_wdi_tx_info_t *tx_stats) in qdf_ipa_wdi_wlan_stats() argument
502 return __qdf_ipa_wdi_wlan_stats(tx_stats); in qdf_ipa_wdi_wlan_stats()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_ipa_wdi3.h799 static inline int __qdf_ipa_wdi_wlan_stats(struct ipa_wdi_tx_info *tx_stats) in __qdf_ipa_wdi_wlan_stats() argument
801 return ipa_wdi_sw_stats(tx_stats); in __qdf_ipa_wdi_wlan_stats()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c4152 hdd_populate_wifi_wmm_ac_tx_info(struct sir_wifi_tx *tx_stats, in hdd_populate_wifi_wmm_ac_tx_info() argument
4158 if (!tx_stats) in hdd_populate_wifi_wmm_ac_tx_info()
4161 agg_size = tx_stats->mpdu_aggr_size; in hdd_populate_wifi_wmm_ac_tx_info()
4162 succ_mcs = tx_stats->success_mcs; in hdd_populate_wifi_wmm_ac_tx_info()
4163 fail_mcs = tx_stats->fail_mcs; in hdd_populate_wifi_wmm_ac_tx_info()
4164 delay = tx_stats->delay; in hdd_populate_wifi_wmm_ac_tx_info()
4167 tx_stats->msdus) || in hdd_populate_wifi_wmm_ac_tx_info()
4169 tx_stats->mpdus) || in hdd_populate_wifi_wmm_ac_tx_info()
4171 tx_stats->ppdus) || in hdd_populate_wifi_wmm_ac_tx_info()
4174 tx_stats->bytes) || in hdd_populate_wifi_wmm_ac_tx_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.h277 struct dp_tx_monitor_drop_stats tx_stats; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1190 struct sir_wifi_tx *tx_stats; in wma_fill_tx_stats() local
1208 wmi_tx = param_buf->tx_stats; in wma_fill_tx_stats()
1295 tx_stats = (struct sir_wifi_tx *)result; in wma_fill_tx_stats()
1298 ac = &tx_stats[k]; in wma_fill_tx_stats()
1312 peer_stats->ac_stats[k].tx_stats = ac; in wma_fill_tx_stats()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h3334 struct sir_wifi_tx *tx_stats; member
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h7096 WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_tx_stats, tx_stats, WMITLV_SIZE_VAR) \