Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c107 u32 tx_cur = tx_time[q]; in mt7921_mac_sta_poll() local
111 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll()
114 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c950 u32 tx_cur = tx_time[i]; in mt7615_mac_sta_poll() local
954 if (!tx_cur && !rx_cur) in mt7615_mac_sta_poll()
957 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7615_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c170 u32 tx_cur = tx_time[q]; in mt7996_mac_sta_poll() local
174 if (!tx_cur && !rx_cur) in mt7996_mac_sta_poll()
177 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c173 u32 tx_cur = tx_time[queue]; in mt7915_mac_sta_poll() local
177 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll()
180 ieee80211_sta_register_airtime(sta, tid, tx_cur, in mt7915_mac_sta_poll()