Searched refs:vdev_extd_stats (Results 1 – 12 of 12) sorted by relevance
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/ |
H A D | wlan_cp_stats_mc_tgt_api.c | 1012 if (!ev->vdev_extd_stats) in tgt_mc_cp_stats_extract_vdev_extd_stats() 1023 vdev_id = ev->vdev_extd_stats[i].vdev_id; in tgt_mc_cp_stats_extract_vdev_extd_stats() 1041 qdf_mem_copy(&vdev_mc_stats->vdev_extd_stats, in tgt_mc_cp_stats_extract_vdev_extd_stats() 1042 &ev->vdev_extd_stats[i], in tgt_mc_cp_stats_extract_vdev_extd_stats() 1043 sizeof(vdev_mc_stats->vdev_extd_stats)); in tgt_mc_cp_stats_extract_vdev_extd_stats() 1088 qdf_mem_copy(&ev->vdev_extd_stats[0], in tgt_send_vdev_mc_cp_stats() 1089 &vdev_mc_stats->vdev_extd_stats, in tgt_send_vdev_mc_cp_stats() 1090 sizeof(vdev_mc_stats->vdev_extd_stats)); in tgt_send_vdev_mc_cp_stats() 1214 vdev_power = vdev_mc_stats->vdev_extd_stats.vdev_tx_power; in tgt_mc_cp_stats_get_tx_power() 1257 else if (ev->vdev_extd_stats) in tgt_mc_cp_stats_extract_vdev_and_extd_stats() [all …]
|
H A D | wlan_cp_stats_mc_ucfg_api.c | 821 vdev_power = vdev_mc_stats->vdev_extd_stats.vdev_tx_power; in ucfg_mc_cp_stats_get_tx_power() 993 qdf_mem_free(ev->vdev_extd_stats); in ucfg_mc_cp_stats_free_stats_resources()
|
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/ |
H A D | wlan_cfg80211_mc_cp_stats.c | 166 qdf_mem_free(stats->vdev_extd_stats); in wlan_cfg80211_mc_cp_stats_dealloc() 650 if (ev->num_vdev_extd_stats && ev->vdev_extd_stats) { in get_station_stats_cb() 652 sizeof(*ev->vdev_extd_stats) * ev->num_vdev_extd_stats; in get_station_stats_cb() 653 priv->vdev_extd_stats = qdf_mem_malloc(vdev_extd_size); in get_station_stats_cb() 654 if (!priv->vdev_extd_stats) in get_station_stats_cb() 657 qdf_mem_copy(priv->vdev_extd_stats, ev->vdev_extd_stats, in get_station_stats_cb() 1170 if (priv->vdev_extd_stats) in wlan_cfg80211_mc_cp_stats_get_station_stats() 1171 out->vdev_extd_stats = priv->vdev_extd_stats; in wlan_cfg80211_mc_cp_stats_get_station_stats() 1172 priv->vdev_extd_stats = NULL; in wlan_cfg80211_mc_cp_stats_get_station_stats() 1769 qdf_mem_free(stats->vdev_extd_stats); in wlan_cfg80211_mc_cp_stats_free_stats_event()
|
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/ |
H A D | target_if_mc_cp_stats.c | 386 qdf_mem_free(ev->vdev_extd_stats); in target_if_cp_stats_free_stats_event() 387 ev->vdev_extd_stats = NULL; in target_if_cp_stats_free_stats_event() 883 ev->vdev_extd_stats = qdf_mem_malloc(sizeof(*ev->vdev_extd_stats) * in target_if_cp_stats_extract_vdev_extd_stats() 885 if (!ev->vdev_extd_stats) in target_if_cp_stats_extract_vdev_extd_stats() 904 ev->vdev_extd_stats[i].vdev_id = stats[0].vdev_id; in target_if_cp_stats_extract_vdev_extd_stats() 905 ev->vdev_extd_stats[i].is_mlo_vdev_active = in target_if_cp_stats_extract_vdev_extd_stats() 907 ev->vdev_extd_stats[i].vdev_tx_power = stats[i].vdev_tx_power; in target_if_cp_stats_extract_vdev_extd_stats() 914 qdf_mem_free(ev->vdev_extd_stats); in target_if_cp_stats_extract_vdev_extd_stats() 915 ev->vdev_extd_stats = NULL; in target_if_cp_stats_extract_vdev_extd_stats()
|
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/ |
H A D | wlan_cp_stats_mc_defs.h | 491 struct vdev_summary_extd_stats vdev_extd_stats; member 816 struct vdev_summary_extd_stats *vdev_extd_stats; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_cp_stats_tlv.c | 897 if (param_buf->vdev_extd_stats) in extract_all_stats_counts_tlv()
|
H A D | wmi_unified_api.c | 2545 wmi_host_vdev_extd_stats *vdev_extd_stats) in wmi_extract_vdev_extd_stats() argument 2549 evt_buf, index, vdev_extd_stats); in wmi_extract_vdev_extd_stats()
|
H A D | wmi_unified_tlv.c | 14327 if (param_buf->vdev_extd_stats) { in extract_vdev_prb_fils_stats_tlv() 14328 ev = (wmi_vdev_extd_stats *)(param_buf->vdev_extd_stats + in extract_vdev_prb_fils_stats_tlv()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_api.h | 3641 wmi_host_vdev_extd_stats *vdev_extd_stats);
|
H A D | wmi_unified_priv.h | 2190 uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_stats.c | 288 if (stats->vdev_extd_stats) in copy_station_stats_to_adapter() 290 stats->vdev_extd_stats[0].is_mlo_vdev_active; in copy_station_stats_to_adapter()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_tlv_defs.h | 6257 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_extd_stats, vdev_extd_stats, WMITLV_SI… 7125 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_vdev_extd_stats, vdev_extd_stats, WMITLV_SI…
|