Home
last modified time | relevance | path

Searched refs:omac_mask (Results 1 – 14 of 14) 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 Dmt7615.h166 u64 omac_mask; member
250 u64 omac_mask; member
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.h159 u64 omac_mask; 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.h212 u64 omac_mask; member
H A Dmac.c1465 dev->phy.omac_mask = 0; in mt7915_mac_full_reset()
1467 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1943 if (!phy->omac_mask) in mt7915_mac_severe_check()
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 Dmain.c310 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7996_vif_link_add()
332 phy->omac_mask |= BIT_ULL(mlink->omac_idx); in mt7996_vif_link_add()
422 phy->omac_mask &= ~BIT_ULL(mlink->omac_idx); in mt7996_vif_link_remove()
H A Dmt7996.h359 u64 omac_mask; member
H A Dmac.c2467 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.c388 mvif->phy->omac_mask |= BIT_ULL(mconf->mt76.omac_idx); in mt7925_mac_link_bss_add()