Lines Matching refs:tidno
7 static unsigned long mt76_aggr_tid_to_timeo(u8 tidno)
12 return HZ / (tidno >= 4 ? 25 : 10);
125 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK;
134 status->qos_ctl = tidno = le16_to_cpu(bar->control) >> 12;
136 tid = rcu_dereference(wcid->aggr[tidno]);
156 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK;
176 tid = rcu_dereference(wcid->aggr[tidno]);
242 int mt76_rx_aggr_start(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno,
247 mt76_rx_aggr_stop(dev, wcid, tidno);
256 tid->num = tidno;
260 rcu_assign_pointer(wcid->aggr[tidno], tid);
290 void mt76_rx_aggr_stop(struct mt76_dev *dev, struct mt76_wcid *wcid, u8 tidno)
294 tid = rcu_replace_pointer(wcid->aggr[tidno], tid,