Searched refs:txtid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c776 struct ath_atx_tid *txtid; local
782 txtid = ATH_AN_2_TID(an, tid);
783 txtid->state |= AGGR_ADDBA_PROGRESS;
784 arn_tx_pause_tid(sc, txtid);
785 *ssn = txtid->seq_start;
795 struct ath_atx_tid *txtid = ATH_AN_2_TID(an, tid); local
796 struct ath_txq *txq = &sc->sc_txq[txtid->ac->qnum];
803 if (txtid->state & AGGR_CLEANUP)
806 if (!(txtid->state & AGGR_ADDBA_COMPLETE)) {
807 txtid
849 struct ath_atx_tid *txtid; local
866 struct ath_atx_tid *txtid; local
[all...]

Completed in 60 milliseconds