Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dchannel.c326 mlink->mvif->roc_phy = NULL; in mt76_roc_complete()
387 mlink->mvif->roc_phy = phy; in mt76_remain_on_channel()
407 struct mt76_phy *phy = mvif->roc_phy; in mt76_cancel_remain_on_channel()
H A Dmac80211.c2104 if (mvif->roc_phy) in mt76_vif_cleanup()
2105 mt76_abort_roc(mvif->roc_phy); in mt76_vif_cleanup()
H A Dmt76.h851 struct mt76_phy *roc_phy; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c1355 if (mvif->mt76.roc_phy && in mt7996_tx()
1357 mphy = mvif->mt76.roc_phy; in mt7996_tx()