Searched refs:mconf (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/ |
D | main.c | 353 struct mt792x_bss_conf *mconf = mt792x_link_conf_to_mconf(link_conf); in mt7925_mac_link_bss_add() local 355 struct mt792x_vif *mvif = mconf->vif; in mt7925_mac_link_bss_add() 359 mconf->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7925_mac_link_bss_add() 360 if (mconf->mt76.idx >= MT792x_MAX_INTERFACES) { in mt7925_mac_link_bss_add() 365 mconf->mt76.omac_idx = ieee80211_vif_is_mld(vif) ? in mt7925_mac_link_bss_add() 366 0 : mconf->mt76.idx; in mt7925_mac_link_bss_add() 367 mconf->mt76.band_idx = 0xff; in mt7925_mac_link_bss_add() 368 mconf->mt76.wmm_idx = mconf->mt76.idx % MT76_CONNAC_MAX_WMM_SETS; in mt7925_mac_link_bss_add() 371 mconf->mt76.basic_rates_idx = MT792x_BASIC_RATES_TBL + 4; in mt7925_mac_link_bss_add() 373 mconf->mt76.basic_rates_idx = MT792x_BASIC_RATES_TBL; in mt7925_mac_link_bss_add() [all …]
|
D | mcu.c | 129 struct mt792x_bss_conf *mconf = mt792x_link_conf_to_mconf(link_conf); in mt7925_mcu_update_arp_filter() local 141 .bss_idx = mconf->mt76.idx, in mt7925_mcu_update_arp_filter() 943 struct mt792x_bss_conf *mconf; in mt7925_mcu_wtbl_update_hdr_trans() local 951 mconf = mt792x_vif_to_link(mvif, link_id); in mt7925_mcu_wtbl_update_hdr_trans() 953 skb = __mt76_connac_mcu_alloc_sta_req(&dev->mt76, &mconf->mt76, in mt7925_mcu_wtbl_update_hdr_trans() 975 struct mt792x_bss_conf *mconf = mt792x_link_conf_to_mconf(bss_conf); in mt7925_mcu_set_tx() local 980 .bss_idx = mconf->mt76.idx, in mt7925_mcu_set_tx() 993 struct ieee80211_tx_queue_params *q = &mconf->queue_params[ac]; in mt7925_mcu_set_tx() 1029 struct mt792x_bss_conf *mconf = mt792x_vif_to_link(mvif, wcid->link_id); in mt7925_mcu_sta_key_tlv() local 1042 sec->bss_idx = mconf->mt76.idx; in mt7925_mcu_sta_key_tlv() [all …]
|
D | mt7925.h | 303 int mt7925_mcu_set_mlo_roc(struct mt792x_bss_conf *mconf, u16 sel_links, 305 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 308 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
|
D | mac.c | 742 struct mt792x_bss_conf *mconf; in mt7925_mac_write_txwi() local 744 mconf = vif ? mt792x_vif_to_link((struct mt792x_vif *)vif->drv_priv, in mt7925_mac_write_txwi() 746 mvif = mconf ? (struct mt76_vif *)&mconf->mt76 : NULL; in mt7925_mac_write_txwi()
|
/linux-6.12.1/scripts/kconfig/ |
D | Makefile | 42 menuconfig-prog := mconf 187 hostprogs += mconf 190 mconf-objs := mconf.o $(lxdialog) mnconf-common.o $(common-objs) 192 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs) 193 $(foreach f, mconf.o $(lxdialog), \ 194 $(eval HOSTCFLAGS_$f = $$(call read-file, $(obj)/mconf-cflags))) 196 $(obj)/mconf: | $(obj)/mconf-libs 197 $(addprefix $(obj)/, mconf.o $(lxdialog)): | $(obj)/mconf-cflags
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt792x_core.c | 139 struct mt792x_bss_conf *mconf, in mt792x_mac_link_bss_remove() argument 142 struct ieee80211_vif *vif = container_of((void *)mconf->vif, in mt792x_mac_link_bss_remove() 147 link_conf = mt792x_vif_to_bss_conf(vif, mconf->link_id); in mt792x_mac_link_bss_remove() 154 dev->mt76.vif_mask &= ~BIT_ULL(mconf->mt76.idx); in mt792x_mac_link_bss_remove() 155 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove() 171 struct mt792x_bss_conf *mconf; in mt792x_remove_interface() local 175 mconf = mt792x_link_conf_to_mconf(&vif->bss_conf); in mt792x_remove_interface() 176 mt792x_mac_link_bss_remove(dev, mconf, &mvif->sta.deflink); in mt792x_remove_interface()
|
D | mt792x.h | 415 struct mt792x_bss_conf *mconf,
|
/linux-6.12.1/Documentation/ |
D | dontdiff | 166 mconf 167 mconf-cfg
|
/linux-6.12.1/Documentation/kbuild/ |
D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
|