Lines Matching refs:tid
28 struct ath_atx_tid *tid; in read_file_node_aggr() local
55 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr()
56 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in read_file_node_aggr()
57 txq = tid->txq; in read_file_node_aggr()
59 if (tid->active) { in read_file_node_aggr()
62 tid->tidno, in read_file_node_aggr()
63 tid->seq_start, in read_file_node_aggr()
64 tid->seq_next, in read_file_node_aggr()
65 tid->baw_size, in read_file_node_aggr()
66 tid->baw_head, in read_file_node_aggr()
67 tid->baw_tail, in read_file_node_aggr()
68 tid->bar_index, in read_file_node_aggr()
69 !list_empty(&tid->list)); in read_file_node_aggr()