Home
last modified time | relevance | path

Searched refs:peer_adv_stats (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c374 qdf_mem_free(ev->peer_adv_stats); in target_if_cp_stats_free_stats_event()
375 ev->peer_adv_stats = NULL; in target_if_cp_stats_free_stats_event()
592 struct wmi_host_peer_adv_stats *peer_adv_stats; in target_if_cp_stats_extract_peer_stats() local
632 ev->peer_adv_stats = qdf_mem_malloc(sizeof(*ev->peer_adv_stats) * in target_if_cp_stats_extract_peer_stats()
634 if (!ev->peer_adv_stats) in target_if_cp_stats_extract_peer_stats()
637 peer_adv_stats = qdf_mem_malloc(sizeof(*peer_adv_stats) * in target_if_cp_stats_extract_peer_stats()
639 if (!peer_adv_stats) { in target_if_cp_stats_extract_peer_stats()
640 qdf_mem_free(ev->peer_adv_stats); in target_if_cp_stats_extract_peer_stats()
644 status = wmi_extract_peer_adv_stats(wmi_hdl, data, peer_adv_stats); in target_if_cp_stats_extract_peer_stats()
647 qdf_mem_free(peer_adv_stats); in target_if_cp_stats_extract_peer_stats()
[all …]
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
H A Dwlan_cfg80211_mc_cp_stats.c163 qdf_mem_free(stats->peer_adv_stats); in wlan_cfg80211_mc_cp_stats_dealloc()
608 if (ev->peer_adv_stats && ev->num_peer_adv_stats) in get_station_stats_cb()
610 sizeof(*ev->peer_adv_stats) * ev->num_peer_adv_stats; in get_station_stats_cb()
618 priv->peer_adv_stats) { in get_station_stats_cb()
633 priv->peer_adv_stats = qdf_mem_malloc(peer_adv_size); in get_station_stats_cb()
634 if (!priv->peer_adv_stats) in get_station_stats_cb()
637 qdf_mem_copy(priv->peer_adv_stats, ev->peer_adv_stats, in get_station_stats_cb()
1164 if (priv->peer_adv_stats) in wlan_cfg80211_mc_cp_stats_get_station_stats()
1165 out->peer_adv_stats = priv->peer_adv_stats; in wlan_cfg80211_mc_cp_stats_get_station_stats()
1166 priv->peer_adv_stats = NULL; in wlan_cfg80211_mc_cp_stats_get_station_stats()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c317 *peer_adv_stats, uint32_t size) in tgt_mc_cp_stats_update_peer_adv_stats()
326 if (!peer_adv_stats) in tgt_mc_cp_stats_update_peer_adv_stats()
329 peer_mac_addr = peer_adv_stats->peer_macaddr; in tgt_mc_cp_stats_update_peer_adv_stats()
347 peer_adv_stats->peer_macaddr, in tgt_mc_cp_stats_update_peer_adv_stats()
349 if (peer_adv_stats->fcs_count) in tgt_mc_cp_stats_update_peer_adv_stats()
350 peer_adv_mc_stats->fcs_count = peer_adv_stats->fcs_count; in tgt_mc_cp_stats_update_peer_adv_stats()
351 if (peer_adv_stats->rx_bytes) in tgt_mc_cp_stats_update_peer_adv_stats()
352 peer_adv_mc_stats->rx_bytes = peer_adv_stats->rx_bytes; in tgt_mc_cp_stats_update_peer_adv_stats()
353 if (peer_adv_stats->rx_count) in tgt_mc_cp_stats_update_peer_adv_stats()
354 peer_adv_mc_stats->rx_count = peer_adv_stats->rx_count; in tgt_mc_cp_stats_update_peer_adv_stats()
[all …]
H A Dwlan_cp_stats_mc_ucfg_api.c986 qdf_mem_free(ev->peer_adv_stats); in ucfg_mc_cp_stats_free_stats_resources()
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_mc_cp_stats_api.c39 struct wmi_host_peer_adv_stats *peer_adv_stats) in wmi_extract_peer_adv_stats() argument
43 evt_buf, peer_adv_stats); in wmi_extract_peer_adv_stats()
H A Dwmi_unified_mc_cp_stats_tlv.c86 *peer_adv_stats) in extract_peer_adv_stats_tlv()
102 peer_adv_stats[i].peer_macaddr); in extract_peer_adv_stats_tlv()
103 peer_adv_stats[i].fcs_count = adv_stats[i].rx_fcs_err; in extract_peer_adv_stats_tlv()
104 peer_adv_stats[i].rx_bytes = in extract_peer_adv_stats_tlv()
108 peer_adv_stats[i].rx_count = adv_stats[i].rx_mpdus; in extract_peer_adv_stats_tlv()
/wlan-driver/qcacld-3.0/components/wmi/inc/
H A Dwmi_unified_mc_cp_stats_api.h50 struct wmi_host_peer_adv_stats *peer_adv_stats);
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h795 struct peer_adv_mc_cp_stats *peer_adv_stats; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_station_info.c1880 stats->peer_adv_stats[i].peer_macaddr, in hdd_get_peer_stats()
1882 stainfo->rx_fcs_count = stats->peer_adv_stats[i]. in hdd_get_peer_stats()
H A Dwlan_hdd_stats.c281 hdd_stats->peer_stats.rx_count = stats->peer_adv_stats->rx_count; in copy_station_stats_to_adapter()
282 hdd_stats->peer_stats.rx_bytes = stats->peer_adv_stats->rx_bytes; in copy_station_stats_to_adapter()
283 hdd_stats->peer_stats.fcs_count = stats->peer_adv_stats->fcs_count; in copy_station_stats_to_adapter()
3223 !ev->peer_adv_stats || !ev->pdev_stats) { in cache_station_stats_cb()
9337 !stats->peer_adv_stats || !stats->pdev_stats) { in wlan_hdd_get_station_stats()
9341 stats->peer_adv_stats ? "" : " peer_adv_stats", in wlan_hdd_get_station_stats()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h2155 *peer_adv_stats);