Home
last modified time | relevance | path

Searched refs:sta_ps (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c38 .sta_ps = mt76x02_sta_ps, in mt76x2u_probe()
H A Dpci.c32 .sta_ps = mt76x02_sta_ps, in mt76x2e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c162 .sta_ps = mt76x02_sta_ps, in mt76x0e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c16 .sta_ps = mt7603_sta_ps,
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1345 if (dev->drv->sta_ps) in mt76_check_sta()
1346 dev->drv->sta_ps(dev, sta, ps); in mt76_check_sta()
H A Dmt76.h473 void (*sta_ps)(struct mt76_dev *dev, struct ieee80211_sta *sta, member