/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_data_txrx.c | 167 uint8_t mcs = 0; in pkt_capture_tx_get_phy_info() local 181 mcs = 8 + pktcapture_hdr->mcs; in pkt_capture_tx_get_phy_info() 183 mcs = pktcapture_hdr->mcs; in pkt_capture_tx_get_phy_info() 185 tx_status->ht_mcs = mcs; in pkt_capture_tx_get_phy_info() 189 mcs = pktcapture_hdr->mcs; in pkt_capture_tx_get_phy_info() 191 mcs << 0x4 | (pktcapture_hdr->nss); in pkt_capture_tx_get_phy_info() 202 tx_status->he_data3 |= (pktcapture_hdr->mcs << 0x8) | in pkt_capture_tx_get_phy_info() 217 tx_status->mcs = mcs; in pkt_capture_tx_get_phy_info() 687 uint16_t mcs = 0, nss = 0, sgi = 0, bw = 0; in pkt_capture_rx_get_phy_info() local 699 mcs = hal_rx_tlv_rate_mcs_get(hal_soc, rx_tlv_hdr); in pkt_capture_rx_get_phy_info() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_fw_stats.c | 57 _tx_rate_info->mcs[0], \ 58 _tx_rate_info->mcs[1], \ 59 _tx_rate_info->mcs[2], \ 60 _tx_rate_info->mcs[3], \ 61 _tx_rate_info->mcs[4], \ 62 _tx_rate_info->mcs[5], \ 63 _tx_rate_info->mcs[6], \ 64 _tx_rate_info->mcs[7], \ 65 _tx_rate_info->mcs[8], \ 66 _tx_rate_info->mcs[9]); \ [all …]
|
H A D | htt_monitor_rx.c | 356 uint8_t mcs = 0, nss = 0, sgi = 0, bw = 0, beamformed = 0; in htt_mon_rx_get_phy_info() local 375 mcs = (VHT_SIG_A_1(rx_desc) & 0x7f); in htt_mon_rx_get_phy_info() 376 nss = mcs >> 3; in htt_mon_rx_get_phy_info() 393 mcs = (VHT_SIG_A_2(rx_desc) >> 4) & in htt_mon_rx_get_phy_info() 402 mcs = (rx_desc->ppdu_start.vht_sig_b >> 16); in htt_mon_rx_get_phy_info() 404 mcs >>= 3; in htt_mon_rx_get_phy_info() 406 mcs >>= 1; in htt_mon_rx_get_phy_info() 407 mcs &= 0xf; in htt_mon_rx_get_phy_info() 418 rx_status->mcs = mcs; in htt_mon_rx_get_phy_info() 425 rx_status->vht_flag_values3[0] = mcs << 0x4 | (nss + 1); in htt_mon_rx_get_phy_info() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_generic_api.h | 122 ts->mcs = HAL_TX_MS(TX_RATE_STATS_INFO, TRANSMIT_MCS, in hal_tx_comp_get_status_generic_be() 813 he_data3 |= (usr->mcs << QDF_MON_STATUS_TRANSMIT_MCS_SHIFT); in hal_txmon_populate_he_data_per_user() 834 TXMON_HAL_USER(ppdu_info, user_id, mcs) = usr->mcs; in hal_txmon_populate_he_data_per_user() 871 usr->mcs = HAL_TX_DESC_GET_64(tx_tlv, MACTX_USER_DESC_PER_USER, MCS); in hal_txmon_get_user_desc_per_user() 1270 (user_info->mcs << in hal_txmon_parse_eht_sig_non_mumimo_user_info() 1273 TXMON_HAL_STATUS(ppdu_info, mcs) = user_info->mcs; in hal_txmon_parse_eht_sig_non_mumimo_user_info() 1323 (user_info->mcs << in hal_txmon_parse_eht_sig_mumimo_user_info() 1326 TXMON_HAL_STATUS(ppdu_info, mcs) = user_info->mcs; in hal_txmon_parse_eht_sig_mumimo_user_info() 2732 TXMON_HAL_USER(ppdu_info, user_id, mcs) = sta_mcs; in hal_txmon_status_parse_tlv_generic_be() 2803 TXMON_HAL_USER(ppdu_info, user_id, mcs) = sta_mcs; in hal_txmon_status_parse_tlv_generic_be() [all …]
|
H A D | hal_be_api_mon.h | 1162 mcs:7, member 1212 mcs :4, member 1737 *eht_user_info |= (user_info->mcs << in hal_rx_parse_eht_mumimo_user_info() 1769 rx_status->mcs = user_info->mcs; in hal_rx_parse_eht_sig_mumimo_user_info() 1816 *eht_user_info |= (user_info->mcs << in hal_rx_parse_eht_non_mumimo_user_info() 1851 ppdu_info->rx_status.mcs = user_info->mcs; in hal_rx_parse_eht_sig_non_mumimo_user_info() 2183 ppdu_info->rx_status.mcs = rx_usr_info->rate_mcs; in hal_rx_parse_receive_user_info() 2201 mon_rx_user_status->mcs = ppdu_info->rx_status.mcs; in hal_rx_parse_receive_user_info() 2352 mon_rx_user_status->mcs << in hal_rx_parse_receive_user_info() 2385 mon_rx_user_status->mcs << in hal_rx_parse_receive_user_info() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
H A D | dp_rx_mon.c | 516 rx_stats_peruser->mcs = rx_user_status->mcs; in dp_rx_populate_cdp_indication_ppdu_user() 611 cdp_rx_ppdu->u.mcs = ppdu_info->rx_status.mcs; in dp_rx_populate_cdp_indication_ppdu() 706 uint8_t mcs = 0; in dp_rx_rate_stats_update() local 726 mcs = ppdu_user->mcs; in dp_rx_rate_stats_update() 729 mon_peer->stats.rx.mcs_info = ppdu_user->mcs; in dp_rx_rate_stats_update() 735 mcs = ppdu->u.mcs; in dp_rx_rate_stats_update() 738 mon_peer->stats.rx.mcs_info = ppdu->u.mcs; in dp_rx_rate_stats_update() 742 mcs, in dp_rx_rate_stats_update() 904 uint8_t mcs, preamble, ac = 0, nss, ppdu_type, res_mcs = 0; in dp_rx_stats_update() local 952 mcs = ppdu->u.mcs; in dp_rx_stats_update() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_generic_api.h | 761 ppdu_info->rx_status.mcs = HAL_RX_GET(ht_sig_info, in hal_rx_status_get_tlv_info_generic_rh() 763 ppdu_info->rx_status.ht_mcs = ppdu_info->rx_status.mcs; in hal_rx_status_get_tlv_info_generic_rh() 769 ppdu_info->rx_status.nss = ((ppdu_info->rx_status.mcs) >> in hal_rx_status_get_tlv_info_generic_rh() 771 ppdu_info->rx_status.mcs &= ((1 << HT_SIG_SU_NSS_SHIFT) - 1); in hal_rx_status_get_tlv_info_generic_rh() 787 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS3; in hal_rx_status_get_tlv_info_generic_rh() 791 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS2; in hal_rx_status_get_tlv_info_generic_rh() 795 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS1; in hal_rx_status_get_tlv_info_generic_rh() 799 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS0; in hal_rx_status_get_tlv_info_generic_rh() 803 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS6; in hal_rx_status_get_tlv_info_generic_rh() 807 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS5; in hal_rx_status_get_tlv_info_generic_rh() [all …]
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | vht_sig_b_mu20_info.h | 26 mcs : 4, member 34 mcs : 4,
|
H A D | vht_sig_b_mu40_info.h | 26 mcs : 4, member 38 mcs : 4,
|
H A D | ht_sig_info.h | 25 uint32_t mcs : 7, member 45 mcs : 7;
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | vht_sig_b_mu20_info.h | 26 mcs : 4, member 34 mcs : 4,
|
H A D | vht_sig_b_mu40_info.h | 26 mcs : 4, member 38 mcs : 4,
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | vht_sig_b_mu20_info.h | 30 mcs : 4, member 38 mcs : 4,
|
H A D | vht_sig_b_mu40_info.h | 30 mcs : 4, member 42 mcs : 4,
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | vht_sig_b_mu20_info.h | 30 mcs : 4, member 38 mcs : 4,
|
H A D | vht_sig_b_mu40_info.h | 30 mcs : 4, member 42 mcs : 4,
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | vht_sig_b_mu20_info.h | 38 mcs : 4, // [19:16] member 46 mcs : 4, // [19:16]
|
H A D | vht_sig_b_mu40_info.h | 38 mcs : 4, // [20:17] member 50 mcs : 4, // [20:17]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | vht_sig_b_mu20_info.h | 28 mcs : 4, // [19:16] member 36 mcs : 4, // [19:16]
|
H A D | vht_sig_b_mu40_info.h | 28 mcs : 4, // [20:17] member 40 mcs : 4, // [20:17]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | vht_sig_b_mu20_info.h | 37 mcs : 4, member 45 mcs : 4,
|
H A D | vht_sig_b_mu40_info.h | 37 mcs : 4, member 49 mcs : 4,
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | vht_sig_b_mu20_info.h | 37 mcs : 4, // [19:16] member 45 mcs : 4, // [19:16]
|
H A D | vht_sig_b_mu40_info.h | 37 mcs : 4, // [20:17] member 49 mcs : 4, // [20:17]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.h | 256 ts->mcs = HAL_TX_MS(TX_RATE_STATS_INFO_0, TRANSMIT_MCS, in hal_tx_comp_get_status_generic_li() 918 ppdu_info->rx_status.mcs = HAL_RX_GET(ht_sig_info, in hal_rx_status_get_tlv_info_generic_li() 920 ppdu_info->rx_status.ht_mcs = ppdu_info->rx_status.mcs; in hal_rx_status_get_tlv_info_generic_li() 926 ppdu_info->rx_status.nss = ((ppdu_info->rx_status.mcs) >> in hal_rx_status_get_tlv_info_generic_li() 928 ppdu_info->rx_status.mcs &= ((1 << HT_SIG_SU_NSS_SHIFT) - 1); in hal_rx_status_get_tlv_info_generic_li() 944 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS3; in hal_rx_status_get_tlv_info_generic_li() 948 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS2; in hal_rx_status_get_tlv_info_generic_li() 952 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS1; in hal_rx_status_get_tlv_info_generic_li() 956 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS0; in hal_rx_status_get_tlv_info_generic_li() 960 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS6; in hal_rx_status_get_tlv_info_generic_li() [all …]
|