Home
last modified time | relevance | path

Searched refs:tidno (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c7 static unsigned long mt76_aggr_tid_to_timeo(u8 tidno) in mt76_aggr_tid_to_timeo() argument
12 return HZ / (tidno >= 4 ? 25 : 10); in mt76_aggr_tid_to_timeo()
125 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_check_ctl() local
134 status->qos_ctl = tidno = le16_to_cpu(bar->control) >> 12; in mt76_rx_aggr_check_ctl()
136 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_check_ctl()
156 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_reorder() local
176 tid = rcu_dereference(wcid->aggr[tidno]); in mt76_rx_aggr_reorder()
247 mt76_rx_aggr_stop(dev, wcid, tidno); in mt76_rx_aggr_start()
256 tid->num = tidno; in mt76_rx_aggr_start()
260 rcu_assign_pointer(wcid->aggr[tidno], tid); in mt76_rx_aggr_start()
[all …]
H A Dmac80211.c1210 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report() local
1221 ieee80211_sta_register_airtime(sta, tidno, 0, airtime); in mt76_airtime_report()
1294 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta() local
1337 ieee80211_sta_uapsd_trigger(sta, tidno); in mt76_check_sta()