Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_util.c305 if (!dev->mt76.vif_mask && in mt76x02_add_interface()
330 if (dev->mt76.vif_mask & BIT_ULL(idx) || in mt76x02_add_interface()
334 dev->mt76.vif_mask |= BIT_ULL(idx); in mt76x02_add_interface()
347 dev->mt76.vif_mask &= ~BIT_ULL(mvif->idx); in mt76x02_remove_interface()
A Dmt76x02_mmio.c422 dev->mt76.vif_mask = 0; in mt76x02_reset_state()
A Dmt76.h808 u64 vif_mask; member
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
A 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()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A 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()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Dmain.c172 mvif->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7996_add_interface()
196 dev->mt76.vif_mask |= BIT_ULL(mvif->mt76.idx); in mt7996_add_interface()
256 dev->mt76.vif_mask &= ~BIT_ULL(mvif->mt76.idx); in mt7996_remove_interface()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmain.c222 mvif->mt76.idx = __ffs64(~dev->mt76.vif_mask); in mt7915_add_interface()
245 dev->mt76.vif_mask |= BIT_ULL(mvif->mt76.idx); in mt7915_add_interface()
308 dev->mt76.vif_mask &= ~BIT_ULL(mvif->mt76.idx); in mt7915_remove_interface()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A 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()

Completed in 23 milliseconds