Searched refs:peer_adv_stats (Results 1 – 11 of 11) sorted by relevance
374 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() local632 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 …]
163 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 …]
317 *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 …]
986 qdf_mem_free(ev->peer_adv_stats); in ucfg_mc_cp_stats_free_stats_resources()
39 struct wmi_host_peer_adv_stats *peer_adv_stats) in wmi_extract_peer_adv_stats() argument43 evt_buf, peer_adv_stats); in wmi_extract_peer_adv_stats()
86 *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()
50 struct wmi_host_peer_adv_stats *peer_adv_stats);
795 struct peer_adv_mc_cp_stats *peer_adv_stats; member
1880 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()
281 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()
2155 *peer_adv_stats);