Searched refs:he (Results 1 - 25 of 65) sorted by last modified time

123

/linux-master/net/mac80211/
H A Drx.c311 struct ieee80211_radiotap_he he = {}; local
316 he = *(struct ieee80211_radiotap_he *)skb->data;
317 skb_pull(skb, sizeof(he));
607 he.data6 |= HE_PREP(DATA6_NSTS,
610 he.data3 |= HE_PREP(DATA3_STBC, 1);
612 he.data6 |= HE_PREP(DATA6_NSTS, status->nss);
623 he.data3 |= HE_PREP(DATA3_DATA_MCS, status->rate_idx);
624 he.data3 |= HE_PREP(DATA3_DATA_DCM, status->he_dcm);
625 he.data3 |= HE_PREP(DATA3_CODING,
628 he
[all...]
H A Dutil.c4206 struct ieee80211_he_cap_elem he; local
4222 ieee80211_get_adjusted_he_cap(conn, he_cap, &he);
4254 mcs_nss_len = ieee80211_eht_mcs_nss_size(&he, &fixed, for_ap);
H A Dspectmgmt.c153 } __packed he; local
169 he._oper.he_oper_params =
171 he._6ghz_oper.primary =
173 he._6ghz_oper.ccfs0 = ieee80211_frequency_to_channel(center_freq1);
174 he._6ghz_oper.ccfs1 = center_freq2 ?
179 he._6ghz_oper.ccfs1 = he._6ghz_oper.ccfs0;
180 he._6ghz_oper.ccfs0 += control_freq < center_freq1 ? -16 : 16;
181 he._6ghz_oper.control = IEEE80211_EHT_OPER_CHAN_WIDTH_320MHZ;
184 he
[all...]
H A DMakefile15 he.o \
/linux-master/tools/perf/util/
H A Dannotate.c1266 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, argument
1269 return symbol__inc_addr_samples(&he->ms, evsel, ip, sample);
1633 data->he.period);
1636 data->he.nr_samples);
2368 data->he.period = period;
2369 data->he.nr_samples = hits;
3243 obj__printf(obj, "%11" PRIu64 " ", al->data[i].he.period);
3246 al->data[i].he.nr_samples);
3805 * @he: hist entry
3807 * This function first annotates the instruction at @he
3812 hist_entry__get_data_type(struct hist_entry *he) argument
[all...]
H A Dsort.c115 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, argument
118 const char *comm = thread__comm_str(he->thread);
121 return repsep_snprintf(bf, size, "%7d:%-*.*s", thread__tid(he->thread),
125 static int hist_entry__thread_filter(struct hist_entry *he, int type, const void *arg) argument
132 return th && !RC_CHK_EQUAL(he->thread, th);
164 static int hist_entry__simd_snprintf(struct hist_entry *he, char *bf, argument
169 if (!he->simd_flags.arch)
172 name = hist_entry__get_simd_name(&he->simd_flags);
174 if (he->simd_flags.pred & SIMD_OP_FLAGS_PRED_EMPTY)
176 else if (he
214 hist_entry__comm_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
270 hist_entry__dso_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
276 hist_entry__dso_filter(struct hist_entry *he, int type, const void *arg) argument
397 hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
403 hist_entry__sym_filter(struct hist_entry *he, int type, const void *arg) argument
449 hist_entry__symoff_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
470 hist_entry__srcline(struct hist_entry *he) argument
505 sort__srcline_init(struct hist_entry *he) argument
511 hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
558 sort__srcline_from_init(struct hist_entry *he) argument
564 hist_entry__srcline_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
606 sort__srcline_to_init(struct hist_entry *he) argument
612 hist_entry__srcline_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
628 hist_entry__sym_ipc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
727 sort__srcfile_init(struct hist_entry *he) argument
733 hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
763 hist_entry__parent_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
785 hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
823 hist_entry__cgroup_id_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) argument
846 hist_entry__cgroup_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) argument
879 hist_entry__socket_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
885 hist_entry__socket_filter(struct hist_entry *he, int type, const void *arg) argument
911 hist_entry__time_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
936 get_trace_output(struct hist_entry *he) argument
979 hist_entry__trace_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1013 hist_entry__dso_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1023 hist_entry__dso_from_filter(struct hist_entry *he, int type, const void *arg) argument
1045 hist_entry__dso_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1055 hist_entry__dso_to_filter(struct hist_entry *he, int type, const void *arg) argument
1101 hist_entry__sym_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1114 hist_entry__sym_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1127 hist_entry__sym_from_filter(struct hist_entry *he, int type, const void *arg) argument
1139 hist_entry__sym_to_filter(struct hist_entry *he, int type, const void *arg) argument
1214 hist_entry__addr_from_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1227 hist_entry__addr_to_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1318 hist_entry__mispredict_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1342 hist_entry__cycles_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1374 hist_entry__daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1400 hist_entry__iaddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1427 hist_entry__dso_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1457 hist_entry__locked_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1485 hist_entry__tlb_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1513 hist_entry__lvl_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1541 hist_entry__snoop_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1610 hist_entry__dcacheline_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1650 hist_entry__local_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1663 hist_entry__global_weight_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1683 hist_entry__local_ins_lat_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1696 hist_entry__global_ins_lat_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1716 hist_entry__global_p_stage_cyc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1724 hist_entry__p_stage_cyc_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1819 hist_entry__blocked_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1848 hist_entry__phys_daddr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1889 hist_entry__data_page_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1914 hist_entry__code_page_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1940 hist_entry__abort_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
1972 hist_entry__in_tx_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2035 hist_entry__transaction_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2092 hist_entry__sym_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2131 hist_entry__dso_size_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2162 hist_entry__addr_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2196 sort__type_init(struct hist_entry *he) argument
2233 hist_entry__type_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) argument
2299 hist_entry__typeoff_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width __maybe_unused) argument
2494 __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
2594 hse_init(struct perf_hpp_fmt *fmt, struct hist_entry *he) argument
2663 hist_entry__filter(struct hist_entry *he, int type, const void *arg) argument
2759 update_dynamic_len(struct hpp_dynamic_entry *hde, struct hist_entry *he) argument
2842 __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
2960 __sort__hde_init(struct perf_hpp_fmt *fmt, struct hist_entry *he) argument
[all...]
H A Dcallchain.c1133 int hist_entry__append_callchain(struct hist_entry *he, struct perf_sample *sample) argument
1138 return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period);
1756 static u64 count_callchain_hits(struct hist_entry *he) argument
1758 struct rb_root *root = &he->sorted_chain;
1778 struct hist_entry *he = rb_entry(next, struct hist_entry, local
1781 chain_hits += count_callchain_hits(he);
1782 next = rb_next(&he->rb_node);
H A Dannotate.h140 struct sym_hist_entry he; member in struct:annotation_data
437 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample,
550 struct annotated_data_type *hist_entry__get_data_type(struct hist_entry *he);
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c935 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, argument
943 return map_symbol__tui_annotate(&he->ms, evsel, hbt);
/linux-master/net/netfilter/
H A Dnft_set_hash.c51 const struct nft_rhash_elem *he = data; local
53 return jhash(nft_set_ext_key(&he->ext), len, seed);
60 const struct nft_rhash_elem *he = ptr; local
62 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen))
64 if (nft_set_elem_is_dead(&he->ext))
66 if (__nft_set_elem_expired(&he->ext, x->tstamp))
68 if (!nft_set_elem_active(&he->ext, x->genmask))
86 const struct nft_rhash_elem *he; local
94 he = rhashtable_lookup(&priv->ht, &arg, nft_rhash_params);
95 if (he !
106 struct nft_rhash_elem *he; local
131 struct nft_rhash_elem *he, *prev; local
176 struct nft_rhash_elem *he = nft_elem_priv_cast(elem->priv); local
200 struct nft_rhash_elem *he = nft_elem_priv_cast(elem_priv); local
209 struct nft_rhash_elem *he = nft_elem_priv_cast(elem_priv); local
219 struct nft_rhash_elem *he; local
241 struct nft_rhash_elem *he = nft_elem_priv_cast(elem_priv); local
256 struct nft_rhash_elem *he; local
271 struct nft_rhash_elem *he; local
321 struct nft_rhash_elem *he; local
438 struct nft_rhash_elem *he = ptr; local
498 const struct nft_hash_elem *he; local
519 struct nft_hash_elem *he; local
539 const struct nft_hash_elem *he; local
577 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
598 struct nft_hash_elem *he = nft_elem_priv_cast(elem_priv); local
607 struct nft_hash_elem *he = nft_elem_priv_cast(elem_priv); local
616 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
637 struct nft_hash_elem *he = nft_elem_priv_cast(elem_priv); local
646 struct nft_hash_elem *he; local
686 struct nft_hash_elem *he; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c313 u8 he; member in struct:mlx5_reg_host_endianness
794 he_in.he = MLX5_SET_HOST_ENDIANNESS;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c988 struct ieee80211_radiotap_he *he,
1007 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_BW_RU_ALLOC_KNOWN);
1037 he->data2 |= le16_encode_bits(offs,
1039 he->data2 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA2_PRISEC_80_KNOWN |
1042 he->data2 |=
1061 he->data6 |=
1070 struct ieee80211_radiotap_he *he,
1088 he->data1 |= cpu_to_le16(IEEE80211_RADIOTAP_HE_DATA1_SPTL_REUSE_KNOWN |
1092 he->data4 |= le16_encode_bits(le32_get_bits(phy_data->d2,
1095 he
987 iwl_mvm_decode_he_phy_ru_alloc(struct iwl_mvm_rx_phy_data *phy_data, struct ieee80211_radiotap_he *he, struct ieee80211_radiotap_he_mu *he_mu, struct ieee80211_rx_status *rx_status) argument
1068 iwl_mvm_decode_he_phy_data(struct iwl_mvm *mvm, struct iwl_mvm_rx_phy_data *phy_data, struct ieee80211_radiotap_he *he, struct ieee80211_radiotap_he_mu *he_mu, struct ieee80211_rx_status *rx_status, int queue) argument
1740 struct ieee80211_radiotap_he *he = NULL; local
[all...]
H A Dmac80211.c1486 * if driver has canceled the channel switch he will receive the
3488 struct ieee80211_sta_he_cap *he = (void *)(uintptr_t)he_cap; local
3490 he->he_cap_elem.phy_cap_info[0] |=
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h10466 u8 he[0x1]; member in struct:mlx5_ifc_register_host_endianness_bits
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c252 int hist_entry__gtk_annotate(struct hist_entry *he, argument
256 return symbol__gtk_annotate(&he->ms, evsel, hbt);
/linux-master/tools/perf/
H A Dbuiltin-top.c111 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) argument
120 if (!he || !he->ms.sym)
123 evsel = hists_to_evsel(he->hists);
125 sym = he->ms.sym;
126 map = he->ms.map;
150 err = symbol__annotate(&he->ms, evsel, NULL);
152 top->sym_filter_entry = he;
155 symbol__strerror_disassemble(&he->ms, err, msg, sizeof(msg));
163 static void __zero_source_counters(struct hist_entry *he) argument
242 struct hist_entry *he = top->sym_filter_entry; local
[all...]
H A Dbuiltin-report.c169 struct hist_entry *he = iter->he; local
179 bi = he->branch_info;
187 mi = he->mem_info;
192 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
196 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
198 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
210 struct hist_entry *he = iter->he; local
212 struct branch_info *bi = he
739 hists__resort_cb(struct hist_entry *he, void *arg) argument
[all...]
H A Dbuiltin-c2c.c81 struct hist_entry he; member in struct:c2c_hist_entry
164 return &c2c_he->he;
173 static void c2c_he_free(void *he) argument
177 c2c_he = container_of(he, struct c2c_hist_entry, he);
200 he__get_c2c_hists(struct hist_entry *he, argument
208 c2c_he = container_of(he, struct c2c_hist_entry, he);
284 struct hist_entry *he; local
322 he
524 dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
552 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
562 offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
591 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
612 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
720 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
758 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
792 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, get_percent_cb get_percent) argument
854 percent_costly_snoop_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
868 percent_costly_snoop_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
892 he_stats(struct hist_entry *he) argument
900 total_stats(struct hist_entry *he) argument
933 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
944 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
964 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
975 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
995 percent_lcl_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1006 percent_lcl_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1026 percent_rmt_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1037 percent_rmt_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1057 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1068 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1088 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1099 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1119 percent_stores_na_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1130 percent_stores_na_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1153 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1190 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, struct hist_entry *he) argument
1286 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, double mean) argument
1312 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1326 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1340 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
1917 c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) argument
2106 he__display(struct hist_entry *he, struct c2c_stats *stats) argument
2139 is_valid_hist_entry(struct hist_entry *he) argument
2209 filter_cb(struct hist_entry *he, void *arg __maybe_unused) argument
2226 resort_cl_cb(struct hist_entry *he, void *arg __maybe_unused) argument
2343 resort_shared_cl_cb(struct hist_entry *he, void *arg __maybe_unused) argument
2362 struct hist_entry *he; local
2504 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
2571 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
2584 struct hist_entry *he; member in struct:c2c_cacheline_browser
2592 struct hist_entry *he; local
2606 c2c_cacheline_browser__new(struct hists *hists, struct hist_entry *he) argument
2621 perf_c2c__browse_cacheline(struct hist_entry *he) argument
[all...]
/linux-master/kernel/locking/
H A Dqspinlock_paravirt.h207 #define for_each_hash_entry(he, offset, hash) \
208 for (hash &= ~(PV_HE_PER_LINE - 1), he = &pv_lock_hash[hash], offset = 0; \
210 offset++, he = &pv_lock_hash[(hash + offset) & ((1 << pv_lock_hash_bits) - 1)])
215 struct pv_hash_entry *he; local
218 for_each_hash_entry(he, offset, hash) {
220 if (!cmpxchg(&he->lock, NULL, lock)) {
221 WRITE_ONCE(he->node, node);
223 return &he->lock;
242 struct pv_hash_entry *he; local
245 for_each_hash_entry(he, offse
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2055 struct ieee80211_radiotap_he *he; local
2062 he = skb_push(skb, sizeof(*he));
2063 *he = known_he;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c794 struct bss_info_uni_he *he; local
799 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_HE_BASIC, sizeof(*he));
801 he = (struct bss_info_uni_he *)tlv;
802 he->he_pe_duration = vif->bss_conf.htc_trig_based_pkt_ext;
803 if (!he->he_pe_duration)
804 he->he_pe_duration = DEFAULT_HE_PE_DURATION;
806 he->he_rts_thres = cpu_to_le16(vif->bss_conf.frame_time_rts_th);
807 if (!he->he_rts_thres)
808 he->he_rts_thres = cpu_to_le16(DEFAULT_HE_DURATION_RTS_THRES);
810 he
1183 struct sta_rec_he_v2 *he; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c712 u8 he; member in struct:mt7925_mcu_phy_cap
2246 struct bss_info_uni_he *he; local
2251 tlv = mt76_connac_mcu_add_tlv(skb, UNI_BSS_INFO_HE_BASIC, sizeof(*he));
2253 he = (struct bss_info_uni_he *)tlv;
2254 he->he_pe_duration = vif->bss_conf.htc_trig_based_pkt_ext;
2255 if (!he->he_pe_duration)
2256 he->he_pe_duration = DEFAULT_HE_PE_DURATION;
2258 he->he_rts_thres = cpu_to_le16(vif->bss_conf.frame_time_rts_th);
2259 if (!he->he_rts_thres)
2260 he
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c491 u8 he; member in struct:mt7921_phy_cap
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c546 struct bss_info_he *he; local
551 tlv = mt76_connac_mcu_add_tlv(skb, BSS_INFO_HE_BASIC, sizeof(*he));
553 he = (struct bss_info_he *)tlv;
554 he->he_pe_duration = vif->bss_conf.htc_trig_based_pkt_ext;
555 if (!he->he_pe_duration)
556 he->he_pe_duration = DEFAULT_HE_PE_DURATION;
558 he->he_rts_thres = cpu_to_le16(vif->bss_conf.frame_time_rts_th);
559 if (!he->he_rts_thres)
560 he->he_rts_thres = cpu_to_le16(DEFAULT_HE_DURATION_RTS_THRES);
562 he
721 struct sta_rec_he *he; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c625 struct sta_rec_he *he; local
629 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_HE, sizeof(*he));
631 he = (struct sta_rec_he *)tlv;
709 he->he_cap = cpu_to_le32(cap);
715 he->max_nss_mcs[CMD_HE_MCS_BW8080] =
718 he->max_nss_mcs[CMD_HE_MCS_BW160] =
722 he->max_nss_mcs[CMD_HE_MCS_BW80] =
727 he->t_frame_dur =
729 he->max_ampdu_exp =
732 he
758 struct sta_rec_he_v2 *he; local
1421 struct bss_info_uni_he *he; local
1612 struct bss_info_uni_he he; member in struct:__anon1146
[all...]

Completed in 445 milliseconds

123