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()
/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()
286 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
321 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
H A Dmt7915.h215 u64 omac_mask; member
H A Dmac.c1457 dev->phy.omac_mask = 0; in mt7915_mac_full_reset()
1459 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1939 if (!phy->omac_mask) in mt7915_mac_severe_check()
H A Dmcu.c678 u32 mask = phy->omac_mask >> 32 & ~BIT(idx); in mt7915_mcu_muar_config()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h210 u64 omac_mask; member
H A Dmt792x_core.c272 mconf->vif->phy->omac_mask &= ~BIT_ULL(mconf->mt76.omac_idx); in mt792x_mac_link_bss_remove()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c320 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7996_vif_link_add()
341 phy->omac_mask |= BIT_ULL(mlink->omac_idx); in mt7996_vif_link_add()
435 phy->omac_mask &= ~BIT_ULL(mlink->omac_idx); in mt7996_vif_link_destroy()
H A Dmt7996.h381 u64 omac_mask; member
H A Dmac.c2486 phy->omac_mask = 0; in mt7996_mac_full_reset()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c330 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.c425 mvif->phy->omac_mask |= BIT_ULL(mconf->mt76.omac_idx); in mt7925_mac_link_bss_add()