Home
last modified time | relevance | path

Searched refs:cca_stats (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
Dwlan_cp_stats_mc_defs.h295 struct cca_stats { struct
486 struct cca_stats cca;
798 struct congestion_stats_event *cca_stats; member
Dwlan_cp_stats_mc_ucfg_api.h267 struct cca_stats *cca_stats);
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
Dtarget_if_mc_cp_stats.c378 qdf_mem_free(ev->cca_stats); in target_if_cp_stats_free_stats_event()
379 ev->cca_stats = NULL; in target_if_cp_stats_free_stats_event()
677 ev->cca_stats = qdf_mem_malloc(sizeof(*ev->cca_stats)); in target_if_cp_stats_extract_cca_stats()
678 if (!ev->cca_stats) in target_if_cp_stats_extract_cca_stats()
681 ev->cca_stats->vdev_id = stats.vdev_id; in target_if_cp_stats_extract_cca_stats()
682 ev->cca_stats->congestion = stats.congestion; in target_if_cp_stats_extract_cca_stats()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c1483 struct sir_wifi_chan_cca_stats *cca_stats; in wma_ll_stats_evt_handler() local
1614 cca_stats = (struct sir_wifi_chan_cca_stats *)result; in wma_ll_stats_evt_handler()
1615 ll_stats->cca = cca_stats; in wma_ll_stats_evt_handler()
1616 dst_len = sizeof(*cca_stats); in wma_ll_stats_evt_handler()
1618 i < ll_stats->channel_num && cca_stats && wmi_cca_stats; in wma_ll_stats_evt_handler()
1621 cca_stats->vdev_id = wmi_cca_stats->vdev_id; in wma_ll_stats_evt_handler()
1622 cca_stats->idle_time = wmi_cca_stats->idle_time; in wma_ll_stats_evt_handler()
1623 cca_stats->tx_time = wmi_cca_stats->tx_time; in wma_ll_stats_evt_handler()
1624 cca_stats->rx_in_bss_time = in wma_ll_stats_evt_handler()
1626 cca_stats->rx_out_bss_time = in wma_ll_stats_evt_handler()
[all …]
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
Dwlan_cp_stats_mc_ucfg_api.c988 qdf_mem_free(ev->cca_stats); in ucfg_mc_cp_stats_free_stats_resources()
998 struct cca_stats *cca_stats) in ucfg_mc_cp_stats_cca_stats_get() argument
1011 cca_stats->congestion = vdev_mc_stats->cca.congestion; in ucfg_mc_cp_stats_cca_stats_get()
Dwlan_cp_stats_mc_tgt_api.c793 if (!ev->cca_stats) in tgt_mc_cp_stats_extract_cca_stats()
797 ev->cca_stats->vdev_id, in tgt_mc_cp_stats_extract_cca_stats()
812 vdev_mc_stats->cca.congestion = ev->cca_stats->congestion; in tgt_mc_cp_stats_extract_cca_stats()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_station_info.c176 struct cca_stats cca_stats; in hdd_get_sta_congestion() local
185 status = ucfg_mc_cp_stats_cca_stats_get(vdev, &cca_stats); in hdd_get_sta_congestion()
190 *congestion = cca_stats.congestion; in hdd_get_sta_congestion()
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
Dwlan_cfg80211_mc_cp_stats.c160 qdf_mem_free(stats->cca_stats); in wlan_cfg80211_mc_cp_stats_dealloc()
1763 qdf_mem_free(stats->cca_stats); in wlan_cfg80211_mc_cp_stats_free_stats_event()