Home
last modified time | relevance | path

Searched refs:mconf (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c382 struct mt792x_bss_conf *mconf = mt792x_link_conf_to_mconf(link_conf); in mt7925_mac_link_bss_add() local
384 struct mt792x_vif *mvif = mconf->vif; in mt7925_mac_link_bss_add()
389 mconf->mt76.idx = MT792x_MAX_INTERFACES; in mt7925_mac_link_bss_add()
391 mconf->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7925_mac_link_bss_add()
393 if (mconf->mt76.idx >= MT792x_MAX_INTERFACES) { in mt7925_mac_link_bss_add()
399 mconf->mt76.omac_idx = ieee80211_vif_is_mld(vif) ? in mt7925_mac_link_bss_add()
400 0 : mconf->mt76.idx; in mt7925_mac_link_bss_add()
401 mconf->mt76.band_idx = 0xff; in mt7925_mac_link_bss_add()
411 mconf->mt76.band_idx = mt7927_band_idx(chan->band); in mt7925_mac_link_bss_add()
414 mconf->mt76.wmm_idx = ieee80211_vif_is_mld(vif) ? in mt7925_mac_link_bss_add()
[all …]
H A Dmcu.c142 struct mt792x_bss_conf *mconf = mt792x_link_conf_to_mconf(link_conf); in mt7925_mcu_update_arp_filter() local
155 .bss_idx = mconf->mt76.idx, in mt7925_mcu_update_arp_filter()
772 struct mt792x_bss_conf *mconf; in mt7925_mcu_uni_tx_ba() local
779 mconf = mt792x_vif_to_link(msta->vif, link_id); in mt7925_mcu_uni_tx_ba()
780 if (!mconf) in mt7925_mcu_uni_tx_ba()
786 ret = mt7925_mcu_sta_ba(&dev->mt76, &mconf->mt76, params, in mt7925_mcu_uni_tx_ba()
806 struct mt792x_bss_conf *mconf; in mt7925_mcu_uni_rx_ba() local
813 mconf = mt792x_vif_to_link(msta->vif, link_id); in mt7925_mcu_uni_rx_ba()
814 if (!mconf) in mt7925_mcu_uni_rx_ba()
817 ret = mt7925_mcu_sta_ba(&dev->mt76, &mconf->mt76, params, in mt7925_mcu_uni_rx_ba()
[all …]
H A Dmt7925.h389 int mt7925_mcu_set_mlo_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
391 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
394 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
407 struct mt792x_bss_conf *mconf,
H A Dmac.c762 struct mt792x_bss_conf *mconf; in mt7925_mac_write_txwi() local
764 mconf = vif ? mt792x_vif_to_link((struct mt792x_vif *)vif->drv_priv, in mt7925_mac_write_txwi()
766 mvif = mconf ? (struct mt76_vif_link *)&mconf->mt76 : NULL; in mt7925_mac_write_txwi()
1482 struct mt792x_bss_conf *mconf; in mt7925_vif_connect_iter() local
1493 mconf = mt792x_vif_to_link(mvif, i); in mt7925_vif_connect_iter()
1495 mt76_connac_mcu_uni_add_dev(&dev->mphy, bss_conf, &mconf->mt76, in mt7925_vif_connect_iter()
/linux/scripts/kconfig/
H A DMakefile42 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/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c255 struct mt792x_bss_conf *mconf, in mt792x_mac_link_bss_remove() argument
258 struct ieee80211_vif *vif = container_of((void *)mconf->vif, in mt792x_mac_link_bss_remove()
263 link_conf = mt792x_vif_to_bss_conf(vif, mconf->link_id); in mt792x_mac_link_bss_remove()
266 mt76_connac_mcu_uni_add_dev(&dev->mphy, link_conf, &mconf->mt76, in mt792x_mac_link_bss_remove()
271 dev->mt76.vif_mask &= ~BIT_ULL(mconf->mt76.idx); in mt792x_mac_link_bss_remove()
272 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove()
288 struct mt792x_bss_conf *mconf; in mt792x_remove_interface() local
292 mconf = mt792x_link_conf_to_mconf(&vif->bss_conf); in mt792x_remove_interface()
293 mt792x_mac_link_bss_remove(dev, mconf, &mvif->sta.deflink); in mt792x_remove_interface()
428 struct mt792x_bss_conf *mconf; in mt792x_get_txpower() local
[all …]
H A Dmt792x.h531 struct mt792x_bss_conf *mconf,
/linux/Documentation/kbuild/
H A Dkconfig.rst9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf')