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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c540 ATH_TXQ_LOCK(sc->sc_cabq);
542 ATH_TXQ_UNLOCK(sc->sc_cabq);
571 struct ath_txq *cabq = sc->sc_cabq;
663 struct ath_txq *cabq = sc->sc_cabq;
685 struct ath_txq *cabq = sc->sc_cabq;
702 struct ath_txq *cabq = sc->sc_cabq;
H A Dif_ath_tdma.c660 ATH_TXQ_LOCK(sc->sc_cabq);
662 ATH_TXQ_UNLOCK(sc->sc_cabq);
H A Dif_ath.c270 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) {
786 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);
787 if (sc->sc_cabq == NULL) {
4572 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4573 ath_tx_processq(sc, sc->sc_cabq, 1);
4626 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4627 ath_tx_processq(sc, sc->sc_cabq, 1);
6609 sc->sc_cabq->axq_qnum);
H A Dif_ath_tx.c711 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) {
1962 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth
2025 bf->bf_state.bfs_tx_queue = sc->sc_cabq->axq_qnum;
2461 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth
H A Dif_athvar.h785 struct ath_txq *sc_cabq; /* tx q for cab frames */ member in struct:ath_softc

Completed in 184 milliseconds