Home
last modified time | relevance | path

Searched refs:vif_mask (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/mediatek/mt76/
Dmt76x02_util.c306 if (!dev->mt76.vif_mask && in mt76x02_add_interface()
331 if (dev->mt76.vif_mask & BIT_ULL(idx) || in mt76x02_add_interface()
335 dev->mt76.vif_mask |= BIT_ULL(idx); in mt76x02_add_interface()
348 dev->mt76.vif_mask &= ~BIT_ULL(mvif->idx); in mt76x02_remove_interface()
Dmt76x02_mmio.c422 dev->mt76.vif_mask = 0; in mt76x02_reset_state()
Dmt76.h787 u64 vif_mask; member
/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c47 mvif->idx = __ffs64(~dev->mt76.vif_mask); in mt7603_add_interface()
68 dev->mt76.vif_mask |= BIT_ULL(mvif->idx); in mt7603_add_interface()
109 dev->mt76.vif_mask &= ~BIT_ULL(mvif->idx); in mt7603_remove_interface()
/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c197 mvif->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7615_add_interface()
215 dev->mt76.vif_mask |= BIT_ULL(mvif->mt76.idx); in mt7615_add_interface()
271 dev->mt76.vif_mask &= ~BIT_ULL(mvif->mt76.idx); in mt7615_remove_interface()
/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c316 mvif->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7921_add_interface()
332 dev->mt76.vif_mask |= BIT_ULL(mvif->mt76.idx); in mt7921_add_interface()
377 dev->mt76.vif_mask &= ~BIT_ULL(mvif->mt76.idx); in mt7921_remove_interface()
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c205 mvif->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7915_add_interface()
228 dev->mt76.vif_mask |= BIT_ULL(mvif->mt76.idx); in mt7915_add_interface()
291 dev->mt76.vif_mask &= ~BIT_ULL(mvif->mt76.idx); in mt7915_remove_interface()