Searched refs:sc_cabq (Results 1 – 5 of 5) sorted by relevance
540 ATH_TXQ_LOCK(sc->sc_cabq); in ath_beacon_proc()542 ATH_TXQ_UNLOCK(sc->sc_cabq); in ath_beacon_proc()571 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_edma()663 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start_legacy()685 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_cabq_start()702 struct ath_txq *cabq = sc->sc_cabq; in ath_beacon_generate()
658 ATH_TXQ_LOCK(sc->sc_cabq); in ath_tdma_beacon_send()660 ATH_TXQ_UNLOCK(sc->sc_cabq); in ath_tdma_beacon_send()
269 switch (sc->sc_txqsetup &~ (1<<sc->sc_cabq->axq_qnum)) { in ath_legacy_attach_comp_func()786 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0); in ath_attach()787 if (sc->sc_cabq == NULL) { in ath_attach()4621 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0()4622 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0()4675 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0123()4676 ath_tx_processq(sc, sc->sc_cabq, 1); in ath_tx_proc_q0123()6666 sc->sc_cabq->axq_qnum); in ath_announce()
709 if (bf->bf_state.bfs_tx_queue != sc->sc_cabq->axq_qnum) { in ath_tx_handoff_mcast()1960 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_tx_start()2023 bf->bf_state.bfs_tx_queue = sc->sc_cabq->axq_qnum; in ath_tx_start()2459 if (sc->sc_cabq->axq_depth + sc->sc_cabq->fifo.axq_depth in ath_raw_xmit()
784 struct ath_txq *sc_cabq; /* tx q for cab frames */ member