Lines Matching full:data1
23 __le32 data1; member
50 phy_data->data1 = desc->v3.phy_data1; in iwl_mld_fill_phy_data()
182 u8 ru = le32_get_bits(phy_data->data1, IWL_RX_PHY_DATA1_HE_RU_ALLOC_MASK); in iwl_mld_decode_he_phy_ru_alloc()
189 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_BW_RU_ALLOC_KNOWN); in iwl_mld_decode_he_phy_ru_alloc()
223 if (phy_data->data1 & cpu_to_le32(IWL_RX_PHY_DATA1_HE_RU_ALLOC_SEC80)) in iwl_mld_decode_he_phy_ru_alloc()
321 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_SPTL_REUSE_KNOWN | in iwl_mld_decode_he_phy_data()
343 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_LDPC_XSYMSEG_KNOWN | in iwl_mld_decode_he_phy_data()
355 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_UL_DL_KNOWN); in iwl_mld_decode_he_phy_data()
369 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->data1, in iwl_mld_decode_he_phy_data()
385 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_SPTL_REUSE_KNOWN); in iwl_mld_decode_he_phy_data()
413 le16_encode_bits(le32_get_bits(phy_data->data1, in iwl_mld_decode_he_phy_data()
417 le16_encode_bits(le32_get_bits(phy_data->data1, in iwl_mld_decode_he_phy_data()
426 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_BEAM_CHANGE_KNOWN); in iwl_mld_decode_he_phy_data()
448 .data1 = cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_DATA_MCS_KNOWN | in iwl_mld_rx_he()
503 he->data1 |= in iwl_mld_rx_he()
515 he->data1 |= cpu_to_le16(he_type >> RATE_MCS_HE_TYPE_POS); in iwl_mld_rx_he()
584 lsig->data1 = cpu_to_le16(IEEE80211_RADIOTAP_LSIG_DATA1_LENGTH_KNOWN); in iwl_mld_decode_lsig()
585 lsig->data2 = le16_encode_bits(le32_get_bits(phy_data->data1, in iwl_mld_decode_lsig()
662 __le32 data1 = phy_data->data1; in iwl_mld_decode_eht_ext_mu() local
679 (usig, data1, IWL_RX_PHY_DATA1_EHT_MU_NUM_SIG_SYM_USIGA2, in iwl_mld_decode_eht_ext_mu()
890 __le32 data1 = phy_data->data1; in iwl_mld_decode_eht_phy_data() local
933 eht->data[8] |= LE32_DEC_ENC(data1, IWL_RX_PHY_DATA1_EHT_RU_ALLOC_B0, in iwl_mld_decode_eht_phy_data()
935 eht->data[8] |= LE32_DEC_ENC(data1, IWL_RX_PHY_DATA1_EHT_RU_ALLOC_B1_B7, in iwl_mld_decode_eht_phy_data()
984 eht->data[0] |= LE32_DEC_ENC(data1, IWL_RX_PHY_DATA1_EHT_SIG_LTF_NUM, in iwl_mld_decode_eht_phy_data()
1200 le32_get_bits(phy_data->data1, in iwl_mld_rx_fill_status()
1975 phy_data.data1 = desc->phy_info[1]; in iwl_mld_rx_monitor_no_data()