Lines Matching defs:txtid
1519 struct ath_atx_tid *txtid;
1527 txtid = ATH_AN_2_TID(an, tid);
1528 txq = txtid->txq;
1543 txtid->active = true;
1544 *ssn = txtid->seq_start = txtid->seq_next;
1545 txtid->bar_index = -1;
1547 memset(txtid->tx_buf, 0, sizeof(txtid->tx_buf));
1548 txtid->baw_head = txtid->baw_tail = 0;
1559 struct ath_atx_tid *txtid = ATH_AN_2_TID(an, tid);
1560 struct ath_txq *txq = txtid->txq;
1565 txtid->active = false;
1566 ath_tx_flush_tid(sc, txtid);