Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c108 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll() local
111 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll()
115 rx_cur); in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c954 u32 rx_cur = rx_time[hw_queue_map[i]]; in mt7615_mac_sta_poll() local
957 if (!tx_cur && !rx_cur) in mt7615_mac_sta_poll()
961 rx_cur); in mt7615_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c171 u32 rx_cur = rx_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.c174 u32 rx_cur = rx_time[queue]; in mt7915_mac_sta_poll() local
177 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll()
181 rx_cur); in mt7915_mac_sta_poll()