Lines Matching refs:tid
496 t->txpriv.tid = qos[0] & IEEE80211_QOS_CTL_TID_MASK; in cw1200_tx_h_calc_tid()
498 t->txpriv.tid = 0; in cw1200_tx_h_calc_tid()
698 if (t->txpriv.raw_link_id && t->txpriv.tid < CW1200_MAX_TID) in cw1200_tx_h_pm_state()
699 was_buffered = priv->link_id_db[t->txpriv.raw_link_id - 1].buffered[t->txpriv.tid]++; in cw1200_tx_h_pm_state()
716 .txpriv.tid = CW1200_MAX_TID, in cw1200_tx()
780 ieee80211_sta_set_buffered(sta, t.txpriv.tid, true); in cw1200_tx()
966 struct sk_buff *skb, int link_id, int tid) in cw1200_notify_buffered_tx() argument
973 if (link_id && tid < CW1200_MAX_TID) { in cw1200_notify_buffered_tx()
978 if (!WARN_ON(!buffered[tid])) in cw1200_notify_buffered_tx()
979 still_buffered = --buffered[tid]; in cw1200_notify_buffered_tx()
982 if (!still_buffered && tid < CW1200_MAX_TID) { in cw1200_notify_buffered_tx()
987 ieee80211_sta_set_buffered(sta, tid, false); in cw1200_notify_buffered_tx()
1000 txpriv->raw_link_id, txpriv->tid); in cw1200_skb_dtor()