Home
last modified time | relevance | path

Searched refs:sc_txq (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ath/
HDif_ath_tx_edma.c557 ATH_TXQ_LOCK(&sc->sc_txq[i]); in ath_edma_tx_drain()
562 ath_txq_freeholdingbuf(sc, &sc->sc_txq[i]); in ath_edma_tx_drain()
567 sc->sc_txq[i].axq_link = NULL; in ath_edma_tx_drain()
568 ATH_TXQ_UNLOCK(&sc->sc_txq[i]); in ath_edma_tx_drain()
574 ath_tx_draintxq(sc, &sc->sc_txq[i]); in ath_edma_tx_drain()
679 txq = &sc->sc_txq[ts.ts_queue_id]; in ath_edma_tx_processq()
HDif_ath.c2914 ATH_TXQ_LOCK(&sc->sc_txq[i]); in ath_reset()
2915 ath_txq_restart_dma(sc, &sc->sc_txq[i]); in ath_reset()
2916 ATH_TXQ_UNLOCK(&sc->sc_txq[i]); in ath_reset()
2919 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_reset()
3863 if (qnum >= nitems(sc->sc_txq)) { in ath_txq_setup()
3866 qnum, nitems(sc->sc_txq)); in ath_txq_setup()
3871 ath_txq_init(sc, &sc->sc_txq[qnum], qnum); in ath_txq_setup()
3874 return &sc->sc_txq[qnum]; in ath_txq_setup()
4015 ath_tx_cleanupq(sc, &sc->sc_txq[i]); in ath_tx_cleanup()
4405 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0()
[all …]
HDif_ath_sysctl.c498 sc->sc_txq[i].axq_depth, in ath_sysctl_txagg()
499 sc->sc_txq[i].axq_aggr_depth, in ath_sysctl_txagg()
500 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg()
501 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
HDif_athvar.h758 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES]; member
/NextBSD/sys/dev/mwl/
HDif_mwl.c978 struct mwl_txq *txq = &sc->sc_txq[i]; in mwl_setupdma()
2229 error = mwl_txdma_setup(sc, &sc->sc_txq[i]); in mwl_dma_setup()
2244 mwl_txdma_cleanup(sc, &sc->sc_txq[i]); in mwl_dma_cleanup()
2887 txq = &sc->sc_txq[mvtype]; in mwl_tx_setup()
2955 mwl_tx_cleanupq(sc, &sc->sc_txq[i]); in mwl_tx_cleanup()
3434 if (!STAILQ_EMPTY(&sc->sc_txq[0].active)) in mwl_tx_proc()
3435 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc()
3436 if (!STAILQ_EMPTY(&sc->sc_txq[1].active)) in mwl_tx_proc()
3437 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc()
3438 if (!STAILQ_EMPTY(&sc->sc_txq[2].active)) in mwl_tx_proc()
[all …]
HDif_mwlvar.h323 struct mwl_txq sc_txq[MWL_NUM_TX_QUEUES]; member