Searched refs:he_type (Results 1 – 2 of 2) sorted by relevance
133 u32 he_type = he_type_bits >> RATE_MCS_HE_TYPE_POS_V1; in iwl_new_rate_from_v1() local150 rate_v2 |= he_type << RATE_MCS_HE_TYPE_POS; in iwl_new_rate_from_v1()
1263 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK_V1; in iwl_mvm_decode_he_phy_ru_alloc() local1321 else if (he_type == RATE_MCS_HE_TYPE_TRIG_V1) in iwl_mvm_decode_he_phy_ru_alloc()1469 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_rx_he() local1522 if (he_type == RATE_MCS_HE_TYPE_EXT_SU && in iwl_mvm_rx_he()1529 if (he_type == RATE_MCS_HE_TYPE_SU || in iwl_mvm_rx_he()1530 he_type == RATE_MCS_HE_TYPE_EXT_SU) in iwl_mvm_rx_he()1556 he->data1 |= cpu_to_le16(he_type >> RATE_MCS_HE_TYPE_POS); in iwl_mvm_rx_he()1564 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_rx_he()1568 if (he_type == RATE_MCS_HE_TYPE_MU) in iwl_mvm_rx_he()1574 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_rx_he()[all …]