Home
last modified time | relevance | path

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); 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()
H A Dif_ath_tdma.c658 ATH_TXQ_LOCK(sc->sc_cabq); in ath_tdma_beacon_send()
660 ATH_TXQ_UNLOCK(sc->sc_cabq); in ath_tdma_beacon_send()
H A Dif_ath.c269 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()
H A Dif_ath_tx.c709 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()
H A Dif_athvar.h784 struct ath_txq *sc_cabq; /* tx q for cab frames */ member