Home
last modified time | relevance | path

Searched refs:roc_phy (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dchannel.c323 mlink->mvif->roc_phy = NULL; in mt76_roc_complete()
380 mlink->mvif->roc_phy = phy; in mt76_remain_on_channel()
400 struct mt76_phy *phy = mvif->roc_phy; in mt76_cancel_remain_on_channel()
H A Dmac80211.c2015 if (mvif->roc_phy) in mt76_vif_cleanup()
2016 mt76_abort_roc(mvif->roc_phy); in mt76_vif_cleanup()
H A Dmt76.h794 struct mt76_phy *roc_phy; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c1216 if (mvif->mt76.roc_phy && in mt7996_tx()
1218 mphy = mvif->mt76.roc_phy; in mt7996_tx()