Lines Matching defs:phy_info
103 struct iwl_rx_phy_info *phy_info,
110 le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]);
123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) &
207 struct iwl_rx_phy_info *phy_info,
239 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time);
299 struct iwl_rx_phy_info *phy_info;
313 phy_info = &mvm->last_phy_info;
348 rate_n_flags = le32_to_cpu(phy_info->rate_n_flags);
351 rx_status->mactime = le64_to_cpu(phy_info->timestamp);
352 rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp);
354 (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_BAND_24)) ?
357 ieee80211_channel_to_frequency(le16_to_cpu(phy_info->channel),
363 iwl_mvm_get_signal_strength(mvm, phy_info, rx_status);
463 iwl_mvm_rx_handle_tcm(mvm, sta, hdr, len, phy_info,
472 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_SHORT_PREAMBLE))
475 if (phy_info->phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) {