Lines Matching refs:phy_res
781 struct iwl_rx_phy_res *phy_res;
798 phy_res = &priv->last_phy_res;
812 if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
814 phy_res->cfg_phy_cnt);
826 rate_n_flags = le32_to_cpu(phy_res->rate_n_flags);
829 rx_status.mactime = le64_to_cpu(phy_res->timestamp);
830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
833 ieee80211_channel_to_frequency(le16_to_cpu(phy_res->channel),
843 priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp);
846 rx_status.signal = iwlagn_calc_rssi(priv, phy_res);
865 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK)
869 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK)
872 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_AGG_MSK) {