Home
last modified time | relevance | path

Searched refs:pdev_extd_stats (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
Dtarget_if_mc_cp_stats.c370 qdf_mem_free(ev->pdev_extd_stats); in target_if_cp_stats_free_stats_event()
371 ev->pdev_extd_stats = NULL; in target_if_cp_stats_free_stats_event()
488 wmi_host_pdev_ext_stats *pdev_extd_stats; in target_if_cp_stats_extract_pdev_extd_stats() local
493 ev->pdev_extd_stats = qdf_mem_malloc(sizeof(*ev->pdev_extd_stats) * in target_if_cp_stats_extract_pdev_extd_stats()
495 if (!ev->pdev_extd_stats) in target_if_cp_stats_extract_pdev_extd_stats()
498 pdev_extd_stats = qdf_mem_malloc(sizeof(*pdev_extd_stats)); in target_if_cp_stats_extract_pdev_extd_stats()
499 if (!pdev_extd_stats) in target_if_cp_stats_extract_pdev_extd_stats()
504 qdf_mem_set(pdev_extd_stats, sizeof(*pdev_extd_stats), 0); in target_if_cp_stats_extract_pdev_extd_stats()
507 pdev_extd_stats); in target_if_cp_stats_extract_pdev_extd_stats()
509 qdf_mem_free(pdev_extd_stats); in target_if_cp_stats_extract_pdev_extd_stats()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
Dwlan_cp_stats_mc_defs.h791 struct pdev_mc_cp_extd_stats *pdev_extd_stats; member
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
Dwlan_cp_stats_mc_tgt_api.c739 index = ev->pdev_extd_stats[i].pdev_id; in tgt_mc_cp_stats_extract_congestion_stats()
745 data[index].my_rx_count = ev->pdev_extd_stats[i].my_rx_count; in tgt_mc_cp_stats_extract_congestion_stats()
Dwlan_cp_stats_mc_ucfg_api.c985 qdf_mem_free(ev->pdev_extd_stats); in ucfg_mc_cp_stats_free_stats_resources()
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
Dwlan_cfg80211_mc_cp_stats.c158 qdf_mem_free(stats->pdev_extd_stats); in wlan_cfg80211_mc_cp_stats_dealloc()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c14214 if (!param_buf->pdev_extd_stats) in extract_pdev_ext_stats_tlv()
14217 ev = param_buf->pdev_extd_stats + index; in extract_pdev_ext_stats_tlv()
/wlan-driver/fw-api/fw/
Dwmi_tlv_defs.h6258 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_pdev_extd_stats, pdev_extd_stats, WMITLV_SI…