Lines Matching full:he

221 			       struct ieee80211_radiotap_he *he,  in iwl_mld_decode_he_phy_ru_alloc()  argument
226 * incorrect for the case that we receive an HE-MU in iwl_mld_decode_he_phy_ru_alloc()
227 * transmission and *don't* have the HE phy data (due in iwl_mld_decode_he_phy_ru_alloc()
230 * the TSF/timers are not be transmitted in HE-MU. in iwl_mld_decode_he_phy_ru_alloc()
239 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_BW_RU_ALLOC_KNOWN); in iwl_mld_decode_he_phy_ru_alloc()
269 he->data2 |= le16_encode_bits(offs, in iwl_mld_decode_he_phy_ru_alloc()
271 he->data2 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA2_PRISEC_80_KNOWN | in iwl_mld_decode_he_phy_ru_alloc()
274 he->data2 |= in iwl_mld_decode_he_phy_ru_alloc()
293 he->data6 |= in iwl_mld_decode_he_phy_ru_alloc()
353 struct ieee80211_radiotap_he *he, in iwl_mld_decode_he_phy_data() argument
371 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_SPTL_REUSE_KNOWN | in iwl_mld_decode_he_phy_data()
375 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->data2, in iwl_mld_decode_he_phy_data()
378 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->data2, in iwl_mld_decode_he_phy_data()
381 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->data2, in iwl_mld_decode_he_phy_data()
384 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->data2, in iwl_mld_decode_he_phy_data()
392 /* HE common */ in iwl_mld_decode_he_phy_data()
393 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_LDPC_XSYMSEG_KNOWN | in iwl_mld_decode_he_phy_data()
396 he->data2 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA2_PRE_FEC_PAD_KNOWN | in iwl_mld_decode_he_phy_data()
400 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
405 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_UL_DL_KNOWN); in iwl_mld_decode_he_phy_data()
406 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
410 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
413 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
416 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
419 he->data5 |= le16_encode_bits(le32_get_bits(phy_data->data1, in iwl_mld_decode_he_phy_data()
422 he->data6 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
425 he->data6 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
435 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_SPTL_REUSE_KNOWN); in iwl_mld_decode_he_phy_data()
436 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
473 iwl_mld_decode_he_phy_ru_alloc(phy_data, he, he_mu, rx_status); in iwl_mld_decode_he_phy_data()
476 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_BEAM_CHANGE_KNOWN); in iwl_mld_decode_he_phy_data()
477 he->data3 |= le16_encode_bits(le32_get_bits(phy_data->data0, in iwl_mld_decode_he_phy_data()
492 struct ieee80211_radiotap_he *he = NULL; in iwl_mld_rx_he() local
515 he = skb_put_data(skb, &known, sizeof(known)); in iwl_mld_rx_he()
533 iwl_mld_decode_he_phy_data(phy_data, he, he_mu, rx_status, in iwl_mld_rx_he()
553 he->data1 |= in iwl_mld_rx_he()
565 he->data1 |= cpu_to_le16(he_type >> RATE_MCS_HE_TYPE_POS); in iwl_mld_rx_he()
568 he->data5 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA5_TXBF); in iwl_mld_rx_he()
610 he->data5 |= le16_encode_bits(ltf, in iwl_mld_rx_he()
1057 /* EHT and HE have the same values for LTF */ in iwl_mld_rx_eht()