Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/
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()
Dmt7615.h165 u64 omac_mask; member
249 u64 omac_mask; member
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()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/
Dmt792x.h102 u64 omac_mask; member
Dmt792x_core.c110 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt792x_remove_interface()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/
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()
Dmt7996.h159 u64 omac_mask; member
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/
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()
Dmt7915.h210 u64 omac_mask; member
Dmac.c1933 if (!phy->omac_mask) in mt7915_mac_severe_check()
Dmcu.c608 u32 mask = phy->omac_mask >> 32 & ~BIT(idx); in mt7915_mcu_muar_config()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c312 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()