Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c203 idx = get_omac_idx(vif->type, dev->omac_mask); in mt7615_add_interface()
216 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
217 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
272 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
273 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
H A Dmt7615.h165 u64 omac_mask; member
249 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()
1850 bool band = !!(ext_phy->omac_mask & BIT_ULL(i)); in mt7615_mcu_set_dbdc()
1856 bool band = !!(ext_phy->omac_mask & BIT_ULL(0x11 + i)); in mt7615_mcu_set_dbdc()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h102 u64 omac_mask; member
H A Dmt792x_core.c110 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt792x_remove_interface()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c185 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7996_add_interface()
200 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7996_add_interface()
263 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7996_remove_interface()
H A Dmt7996.h160 u64 omac_mask; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c228 idx = get_omac_idx(vif->type, phy->omac_mask); in mt7915_add_interface()
246 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
309 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
H A Dmt7915.h211 u64 omac_mask; member
H A Dmac.c1475 dev->phy.omac_mask = 0; in mt7915_mac_full_reset()
1477 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1943 if (!phy->omac_mask) in mt7915_mac_severe_check()
H A Dmcu.c608 u32 mask = phy->omac_mask >> 32 & ~BIT(idx); in mt7915_mcu_muar_config()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c312 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()