Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/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 …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1059 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_decode_he_phy_ru_alloc() local
1117 else if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_decode_he_phy_ru_alloc()
1660 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_rx_eht() local
1717 if (he_type == RATE_MCS_HE_TYPE_TRIG) { in iwl_mvm_rx_eht()
1731 if (he_type == RATE_MCS_HE_TYPE_TRIG) in iwl_mvm_rx_eht()
1737 if (he_type != RATE_MCS_HE_TYPE_TRIG) { in iwl_mvm_rx_eht()
1800 u32 he_type = rate_n_flags & RATE_MCS_HE_TYPE_MSK; in iwl_mvm_rx_he() local
1849 if (he_type == RATE_MCS_HE_TYPE_EXT_SU && in iwl_mvm_rx_he()
1856 if (he_type == RATE_MCS_HE_TYPE_SU || in iwl_mvm_rx_he()
1857 he_type == RATE_MCS_HE_TYPE_EXT_SU) in iwl_mvm_rx_he()
[all …]
H A Dutils.c1287 u32 he_type = he_type_bits >> RATE_MCS_HE_TYPE_POS_V1; in iwl_mvm_v3_rate_from_fw() local
1305 rate_v3 |= he_type << RATE_MCS_HE_TYPE_POS; in iwl_mvm_v3_rate_from_fw()
/linux/tools/perf/util/
H A Dsort.c2450 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typeoff_snprintf() local
2453 if (he_type == &unknown_type || he_type == &stackop_type || in hist_entry__typeoff_snprintf()
2454 he_type == &canary_type) in hist_entry__typeoff_snprintf()
2455 return repsep_snprintf(bf, size, "%s", he_type->self.type_name); in hist_entry__typeoff_snprintf()
2457 if (!annotated_data_type__get_member_name(he_type, buf, sizeof(buf), in hist_entry__typeoff_snprintf()
2461 return repsep_snprintf(bf, size, "%s +%#x (%s)", he_type->self.type_name, in hist_entry__typeoff_snprintf()
2513 struct annotated_data_type *he_type = he->mem_type; in hist_entry__typecln_snprintf() local
2519 return repsep_snprintf(bf, size, "%s: cache-line %d", he_type->self.type_name, in hist_entry__typecln_snprintf()