Searched refs:mconf (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | main.c | 1839 mconf = mctx->bss_conf; in mt7925_change_chanctx() 1840 mvif = mconf->vif; in mt7925_change_chanctx() 1854 if (mconf && mconf->mt76.ctx == ctx) in mt7925_change_chanctx() 1862 if (mconf) { in mt7925_change_chanctx() 2028 if (!mconf || !mlink) in mt7925_change_vif_links() 2047 mconf = devm_kzalloc(dev->mt76.dev, sizeof(*mconf), in mt7925_change_vif_links() 2051 if (!mconf || !mlink) in mt7925_change_vif_links() 2058 mconf->vif = mvif; in mt7925_change_vif_links() 2163 mconf->mt76.ctx = ctx; in mt7925_assign_vif_chanctx() 2164 mctx->bss_conf = mconf; in mt7925_assign_vif_chanctx() [all …]
|
| H A D | mcu.c | 138 .bss_idx = mconf->mt76.idx, in mt7925_mcu_update_arp_filter() 1082 .bss_idx = mconf->mt76.idx, in mt7925_mcu_set_tx() 1271 mconf->link_id; in mt7925_mcu_set_mlo_roc() 1348 .bss_idx = mconf->mt76.idx, in mt7925_mcu_set_roc() 1400 .bss_idx = mconf->mt76.idx, in mt7925_mcu_abort_roc() 1453 .bss_idx = mconf->mt76.idx, in mt7925_mcu_uni_bss_ps() 1490 .bss_idx = mconf->mt76.idx, in mt7925_mcu_uni_bss_bcnft() 1529 .bss_idx = mconf->mt76.idx, in mt7925_mcu_set_bss_pm() 1549 .bss_idx = mconf->mt76.idx, in mt7925_mcu_set_bss_pm() 1708 chandef = mconf->mt76.ctx ? &mconf->mt76.ctx->def : in mt7925_mcu_sta_phy_tlv() [all …]
|
| H A D | mt7925.h | 348 int mt7925_mcu_set_mlo_roc(struct mt792x_bss_conf *mconf, u16 sel_links, 350 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 353 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
|
| H A D | mac.c | 738 struct mt792x_bss_conf *mconf; in mt7925_mac_write_txwi() local 740 mconf = vif ? mt792x_vif_to_link((struct mt792x_vif *)vif->drv_priv, in mt7925_mac_write_txwi() 742 mvif = mconf ? (struct mt76_vif_link *)&mconf->mt76 : NULL; in mt7925_mac_write_txwi() 1263 struct mt792x_bss_conf *mconf; in mt7925_vif_connect_iter() local 1271 mconf = mt792x_vif_to_link(mvif, i); in mt7925_vif_connect_iter() 1273 mt76_connac_mcu_uni_add_dev(&dev->mphy, bss_conf, &mconf->mt76, in mt7925_vif_connect_iter()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | Makefile | 42 menuconfig-prog := mconf 189 hostprogs += mconf 192 mconf-objs := mconf.o $(lxdialog) mnconf-common.o $(common-objs) 194 HOSTLDLIBS_mconf = $(call read-file, $(obj)/mconf-libs) 195 $(foreach f, mconf.o $(lxdialog), \ 196 $(eval HOSTCFLAGS_$f = $$(call read-file, $(obj)/mconf-cflags))) 198 $(obj)/mconf: | $(obj)/mconf-libs 199 $(addprefix $(obj)/, mconf.o $(lxdialog)): | $(obj)/mconf-cflags
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_core.c | 143 struct mt792x_bss_conf *mconf, in mt792x_mac_link_bss_remove() argument 146 struct ieee80211_vif *vif = container_of((void *)mconf->vif, in mt792x_mac_link_bss_remove() 151 link_conf = mt792x_vif_to_bss_conf(vif, mconf->link_id); in mt792x_mac_link_bss_remove() 154 mt76_connac_mcu_uni_add_dev(&dev->mphy, link_conf, &mconf->mt76, in mt792x_mac_link_bss_remove() 159 dev->mt76.vif_mask &= ~BIT_ULL(mconf->mt76.idx); in mt792x_mac_link_bss_remove() 160 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove() 176 struct mt792x_bss_conf *mconf; in mt792x_remove_interface() local 180 mconf = mt792x_link_conf_to_mconf(&vif->bss_conf); in mt792x_remove_interface() 181 mt792x_mac_link_bss_remove(dev, mconf, &mvif->sta.deflink); in mt792x_remove_interface()
|
| H A D | mt792x.h | 442 struct mt792x_bss_conf *mconf,
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | kconfig.rst | 16 xconfig('qconf')、menuconfig('mconf')和 nconfig('nconf')程序也包含
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')
|