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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c2933 TAILQ_INSERT_HEAD(&txq->axq_tidq, tid, axq_qelem);
2935 TAILQ_INSERT_TAIL(&txq->axq_tidq, tid, axq_qelem);
2951 TAILQ_INSERT_TAIL(&txq->axq_tidq, tid, axq_qelem);
2971 TAILQ_REMOVE(&txq->axq_tidq, tid, axq_qelem);
4157 while (! TAILQ_EMPTY(&txq->axq_tidq)) {
4158 tid = TAILQ_FIRST(&txq->axq_tidq);
5795 last = TAILQ_LAST(&txq->axq_tidq, axq_t_s);
5797 TAILQ_FOREACH_SAFE(tid, &txq->axq_tidq, axq_qelem, next) {
H A Dif_athvar.h399 TAILQ_HEAD(axq_t_s,ath_tid) axq_tidq; member in struct:ath_txq
H A Dif_ath.c3961 TAILQ_INIT(&txq->axq_tidq);

Completed in 63 milliseconds