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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c558 /* NB: cabq traffic should already be queued and primed */
571 struct ath_txq *cabq = sc->sc_cabq; local
577 ATH_TXQ_LOCK_ASSERT(cabq);
579 if (TAILQ_EMPTY(&cabq->axq_q))
581 bf = TAILQ_FIRST(&cabq->axq_q);
582 bf_last = TAILQ_LAST(&cabq->axq_q, axq_q_s);
586 * the cabq staging queue into the FIFO.
608 if (cabq->axq_fifo_depth >= HAL_TXFIFO_DEPTH) {
612 cabq->axq_qnum,
613 cabq
663 struct ath_txq *cabq = sc->sc_cabq; local
685 struct ath_txq *cabq = sc->sc_cabq; local
702 struct ath_txq *cabq = sc->sc_cabq; local
[all...]

Completed in 25 milliseconds