Home
last modified time | relevance | path

Searched refs:omac_mask (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c203 idx = get_omac_idx(vif->type, dev->omac_mask); in mt7615_add_interface()
217 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
218 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
271 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
272 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
H A Dmcu.c371 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify()
592 u32 mask = dev->omac_mask >> 32 & ~BIT(idx); in mt7615_mcu_muar_config()
1856 bool band = !!(ext_phy->omac_mask & BIT_ULL(i)); in mt7615_mcu_set_dbdc()
1862 bool band = !!(ext_phy->omac_mask & BIT_ULL(0x11 + i)); in mt7615_mcu_set_dbdc()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h162 u64 omac_mask;
159 u64 omac_mask; global() member
H A Dmt792x_core.c182 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c228 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7915_add_interface()
247 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
312 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
H A Dmt7915.h214 u64 omac_mask;
212 u64 omac_mask; global() member
H A Dmac.c1452 dev->phy.omac_mask = 0; in mt7915_mac_full_reset()
1454 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1930 if (!phy->omac_mask) in mt7915_mac_update_stats()
H A Dmcu.c658 u32 mask = phy->omac_mask >> 32 & ~BIT(idx); in mt7915_mcu_muar_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h381 u64 omac_mask;
359 u64 omac_mask; global() member
H A Dmac.c2429 phy->omac_mask = 0; in mt7996_mac_full_reset()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c329 phy->omac_mask |= BIT_ULL(mvif->bss_conf.mt76.omac_idx); in mt7921_add_interface()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c389 mvif->phy->omac_mask |= BIT_ULL(mconf->mt76.omac_idx); in mt7925_mac_link_bss_add()