Home
last modified time | relevance | path

Searched refs:rx_mc_bc_cnt (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_station_info.c1408 (sizeof(stainfo->rx_mc_bc_cnt) + NLA_HDRLEN) + in hdd_get_cached_station_remote()
1463 if (!(stainfo->rx_mc_bc_cnt & HDD_STATION_INFO_RX_MC_BC_COUNT)) { in hdd_get_cached_station_remote()
1466 (stainfo->rx_mc_bc_cnt & in hdd_get_cached_station_remote()
1472 (stainfo->rx_mc_bc_cnt & in hdd_get_cached_station_remote()
1813 stainfo->rx_mc_bc_cnt = peer_stats->rx.multicast.num + in hdd_get_peer_stats()
1816 stainfo->rx_mc_bc_cnt += peer_stats->rx.multicast.num + in hdd_get_peer_stats()
1935 nla_attr_size(sizeof(stainfo->rx_mc_bc_cnt)) + in hdd_add_peer_stats_get_len()
2226 stainfo->rx_mc_bc_cnt)) { in hdd_add_peer_stats()
H A Dwlan_hdd_softap_tx_rx.c174 hdd_sta_info->rx_mc_bc_cnt++; in hdd_ipa_update_rx_mcbc_stats()
178 hdd_sta_info->rx_mc_bc_cnt++; in hdd_ipa_update_rx_mcbc_stats()
362 sta_info->rx_mc_bc_cnt = 0; in hdd_reset_sta_info_during_reattach()
H A Dwlan_hdd_sta_info.h303 uint32_t rx_mc_bc_cnt; member
H A Dwlan_hdd_hostapd.c2836 cache_stainfo->rx_mc_bc_cnt = in hdd_hostapd_sap_event_cb()
2837 disassoc_comp->rx_mc_bc_cnt; in hdd_hostapd_sap_event_cb()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
H A Dwlan_cp_stats_mc_tgt_api.c458 if (peer_extended_stats->rx_mc_bc_cnt) in tgt_mc_cp_stats_update_peer_extd_stats()
459 peer_extd_mc_stats->rx_mc_bc_cnt = in tgt_mc_cp_stats_update_peer_extd_stats()
460 peer_extended_stats->rx_mc_bc_cnt; in tgt_mc_cp_stats_update_peer_extd_stats()
465 peer_extended_stats->rx_mc_bc_cnt); in tgt_mc_cp_stats_update_peer_extd_stats()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h714 uint32_t rx_mc_bc_cnt; member
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c563 ev->peer_extended_stats[i].rx_mc_bc_cnt = in target_if_cp_stats_extract_peer_extd_stats()
564 peer_extd_stats.rx_mc_bc_cnt; in target_if_cp_stats_extract_peer_extd_stats()
574 ev->peer_extended_stats[i].rx_mc_bc_cnt = in target_if_cp_stats_extract_peer_extd_stats()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_mc_defs.h513 uint32_t rx_mc_bc_cnt; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_cp_stats_tlv.c1152 peer_extd_stats->rx_mc_bc_cnt = ev->rx_mc_bc_cnt; in extract_peer_extd_stats_tlv()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h593 uint32_t rx_mc_bc_cnt; member
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h314 uint32_t rx_mc_bc_cnt; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c2599 mac->rx_mc_bc_cnt = ev->peer_extended_stats->rx_mc_bc_cnt; in csr_get_peer_stats_cb()
2604 mac->rx_mc_bc_cnt); in csr_get_peer_stats_cb()
2788 roam_info->rx_mc_bc_cnt = mac_ctx->rx_mc_bc_cnt; in csr_roam_process_results_default()
3163 roam_info->rx_mc_bc_cnt = mac_ctx->rx_mc_bc_cnt; in csr_roam_send_disconnect_done_indication()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c2684 disassoc_comp->rx_mc_bc_cnt = csr_roaminfo->rx_mc_bc_cnt; in sap_signal_hdd_event()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h4459 uint32_t rx_mc_bc_cnt; member
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h16434 A_UINT32 rx_mc_bc_cnt; /* 1 in the MSB of rx_mc_bc_cnt represents a valid data */ member