Home
last modified time | relevance | path

Searched refs:he_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Drx.c566 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mld_decode_he_phy_data() local
569 switch (he_type) { in iwl_mld_decode_he_phy_data()
642 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mld_rx_he() local
664 switch (he_type) { in iwl_mld_rx_he()
692 he->data1 |= cpu_to_le16(he_type >> RATE_MCS_HE_TYPE_POS); in iwl_mld_rx_he()
699 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mld_rx_he()
703 if (he_type == RATE_MCS_HE_TYPE_MU) in iwl_mld_rx_he()
709 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mld_rx_he()
716 if (he_type == RATE_MCS_HE_TYPE_TRIG) { in iwl_mld_rx_he()
742 if (he_type == RATE_MCS_HE_TYPE_MU) { in iwl_mld_rx_he()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c1079 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_decode_he_phy_ru_alloc() local
1137 else if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_decode_he_phy_ru_alloc()
1680 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_rx_eht() local
1737 if (he_type == RATE_MCS_HE_TYPE_TRIG) { in iwl_mvm_rx_eht()
1751 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_rx_eht()
1757 if (he_type != RATE_MCS_HE_TYPE_TRIG) { in iwl_mvm_rx_eht()
1820 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_rx_he() local
1869 if (he_type == RATE_MCS_HE_TYPE_EXT_SU && in iwl_mvm_rx_he()
1876 if (he_type == RATE_MCS_HE_TYPE_SU || in iwl_mvm_rx_he()
1877 he_type == RATE_MCS_HE_TYPE_EXT_SU) in iwl_mvm_rx_he()
[all …]
H A Dutils.c1276 u32 he_type = he_type_bits >> RATE_MCS_HE_TYPE_POS_V1; in iwl_mvm_v3_rate_from_fw() local
1294 rate_v3 |= he_type << RATE_MCS_HE_TYPE_POS; in iwl_mvm_v3_rate_from_fw()