Lines Matching refs:mcs

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()
811 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS4; in hal_rx_status_get_tlv_info_generic_rh()
832 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS0; in hal_rx_status_get_tlv_info_generic_rh()
836 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS1; in hal_rx_status_get_tlv_info_generic_rh()
840 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS2; in hal_rx_status_get_tlv_info_generic_rh()
844 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS3; in hal_rx_status_get_tlv_info_generic_rh()
848 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS4; in hal_rx_status_get_tlv_info_generic_rh()
852 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS5; in hal_rx_status_get_tlv_info_generic_rh()
856 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS6; in hal_rx_status_get_tlv_info_generic_rh()
860 ppdu_info->rx_status.mcs = HAL_LEGACY_MCS7; in hal_rx_status_get_tlv_info_generic_rh()
884 ppdu_info->rx_status.mcs = HAL_RX_GET(vht_sig_a_info, in hal_rx_status_get_tlv_info_generic_rh()
935 (((ppdu_info->rx_status.mcs) << 4) in hal_rx_status_get_tlv_info_generic_rh()
1011 ppdu_info->rx_status.mcs = value; in hal_rx_status_get_tlv_info_generic_rh()
1312 ppdu_info->rx_status.mcs = value; in hal_rx_status_get_tlv_info_generic_rh()
1365 ppdu_info->rx_status.mcs = value; in hal_rx_status_get_tlv_info_generic_rh()
2437 ts->mcs = HTT_TX_RATE_STATS_INFO_TRANSMIT_MCS_GET(*(msg_word + 5)); in hal_tx_comp_get_status_generic_rh()