Home
last modified time | relevance | path

Searched refs:mcs_index (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.h655 uint8_t mcs_index,
H A Dwlan_hdd_stats.c6947 uint8_t mcs_index, uint8_t nss, in wlan_hdd_fill_os_rate_info() argument
6960 os_rate->mcs = mcs_index; in wlan_hdd_fill_os_rate_info()
7042 uint8_t mcs_index, in hdd_report_max_rate() argument
7214 max_mcs_idx = (max_mcs_idx > mcs_index) ? in hdd_report_max_rate()
7215 max_mcs_idx : mcs_index; in hdd_report_max_rate()
7270 max_mcs_idx = (max_mcs_idx > mcs_index) ? in hdd_report_max_rate()
7271 max_mcs_idx : mcs_index; in hdd_report_max_rate()
7277 max_mcs_idx = mcs_index; in hdd_report_max_rate()
7306 struct rate_info *rate, uint8_t mcs_index, in hdd_report_actual_rate() argument
7312 mcs_index, nss, dcm, guard_interval); in hdd_report_actual_rate()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h76 uint8_t mcs_index; member
90 uint8_t mcs_index; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1739 uint8_t mcs_index; in wma_unified_link_peer_stats_event_handler() local
1860 mcs_index = RATE_STAT_GET_MCS_INDEX(rate_stats->rate); in wma_unified_link_peer_stats_event_handler()
1862 if (mcs_index < MAX_MCS) in wma_unified_link_peer_stats_event_handler()
1864 dp_stats->rx.rx_mpdu_cnt[mcs_index]; in wma_unified_link_peer_stats_event_handler()