Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c111 u32 rx_cur = rx_time[q]; in mt7921_mac_sta_poll() local
114 if (!tx_cur && !rx_cur) in mt7921_mac_sta_poll()
118 rx_cur); in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c91 u32 rx_cur = rx_time[q]; in mt7925_mac_sta_poll() local
94 if (!tx_cur && !rx_cur) in mt7925_mac_sta_poll()
98 rx_cur); in mt7925_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c947 u32 rx_cur = rx_time[hw_queue_map[i]]; in mt7615_mac_sta_poll() local
950 if (!tx_cur && !rx_cur) in mt7615_mac_sta_poll()
954 rx_cur); in mt7615_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c178 u32 rx_cur = rx_time[queue]; in mt7915_mac_sta_poll() local
181 if (!tx_cur && !rx_cur) in mt7915_mac_sta_poll()
185 rx_cur); in mt7915_mac_sta_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c196 u32 rx_cur = rx_time[q]; in mt7996_mac_sta_poll() local
199 if (!tx_cur && !rx_cur) in mt7996_mac_sta_poll()
202 ieee80211_sta_register_airtime(sta, tid, tx_cur, rx_cur); in mt7996_mac_sta_poll()