Lines Matching refs:tid
28 struct ath_atx_tid *tid; in read_file_node_aggr() local
69 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr()
70 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in read_file_node_aggr()
71 txq = tid->ac->txq; in read_file_node_aggr()
73 if (tid->active) { in read_file_node_aggr()
76 tid->tidno, in read_file_node_aggr()
77 tid->seq_start, in read_file_node_aggr()
78 tid->seq_next, in read_file_node_aggr()
79 tid->baw_size, in read_file_node_aggr()
80 tid->baw_head, in read_file_node_aggr()
81 tid->baw_tail, in read_file_node_aggr()
82 tid->bar_index, in read_file_node_aggr()
83 tid->sched); in read_file_node_aggr()