Lines Matching refs:phy_info
155 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength() argument
162 le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwl_mvm_get_signal_strength()
179 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
259 struct iwl_rx_phy_info *phy_info, in iwl_mvm_rx_handle_tcm() argument
287 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm()
348 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local
357 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
397 rate_n_flags = le32_to_cpu(phy_info->rate_n_flags); in iwl_mvm_rx_rx_mpdu()
400 rx_status->mactime = le64_to_cpu(phy_info->timestamp); in iwl_mvm_rx_rx_mpdu()
401 rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp); in iwl_mvm_rx_rx_mpdu()
403 (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_BAND_24)) ? in iwl_mvm_rx_rx_mpdu()
406 ieee80211_channel_to_frequency(le16_to_cpu(phy_info->channel), in iwl_mvm_rx_rx_mpdu()
412 iwl_mvm_get_signal_strength(mvm, phy_info, rx_status); in iwl_mvm_rx_rx_mpdu()
476 iwl_mvm_rx_handle_tcm(mvm, sta, hdr, len, phy_info, in iwl_mvm_rx_rx_mpdu()
485 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_SHORT_PREAMBLE)) in iwl_mvm_rx_rx_mpdu()
488 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_mpdu()