Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_beacon.c543 ATH_TXQ_LOCK(sc->sc_cabq); in ath_beacon_proc()
545 ATH_TXQ_UNLOCK(sc->sc_cabq); in ath_beacon_proc()
574 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_edma()
666 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_legacy()
688 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start()
705 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_generate()
H A Dif_ath_tdma.c659 ATH_TXQ_LOCK(sc->sc_cabq); in ath_tdma_beacon_send()
661 ATH_TXQ_UNLOCK(sc->sc_cabq); in ath_tdma_beacon_send()
H A Dif_ath.c292 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_legacy_attach_comp_func()
789 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);
790 if (sc->sc_cabq == NULL) {
4566 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4567 ath_tx_processq(sc, sc->sc_cabq, 1);
4620 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum))
4621 ath_tx_processq(sc, sc->sc_cabq, 1);
6363 sc->sc_cabq->axq_qnum);
H A Dif_ath_tx.c719 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) { in ath_tx_handoff_mcast()
1914 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_tx_start()
1977 bf->bf_state.bfs_tx_queue = sc->sc_cabq->axq_qnum; in ath_tx_start()
2392 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_raw_xmit()
H A Dif_athvar.h816 struct ath_txq *sc_cabq; /* tx q for cab frames */ member