Searched refs:sc_txq (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 728 ATH_TXQ_LOCK(&sc->sc_txq[i]); in ath_edma_tx_drain() 733 ath_txq_freeholdingbuf(sc, &sc->sc_txq[i]); in ath_edma_tx_drain() 738 sc->sc_txq[i].axq_link = NULL; in ath_edma_tx_drain() 739 ATH_TXQ_UNLOCK(&sc->sc_txq[i]); in ath_edma_tx_drain() 745 ath_tx_draintxq(sc, &sc->sc_txq[i]); in ath_edma_tx_drain() 876 txq = &sc->sc_txq[ts.ts_queue_id]; in ath_edma_tx_processq() 1034 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_edma_tx_processq() 1037 ATH_TXQ_LOCK(&sc->sc_txq[i]); in ath_edma_tx_processq() 1038 ath_edma_tx_fifo_fill(sc, &sc->sc_txq[i]); in ath_edma_tx_processq() 1039 ATH_TXQ_UNLOCK(&sc->sc_txq[i]); in ath_edma_tx_processq()
|
H A D | if_ath.c | 3100 ATH_TXQ_LOCK(&sc->sc_txq[i]); in ath_reset() 3101 ath_txq_restart_dma(sc, &sc->sc_txq[i]); in ath_reset() 3102 ATH_TXQ_UNLOCK(&sc->sc_txq[i]); in ath_reset() 3105 ath_txq_sched(sc, &sc->sc_txq[i]); in ath_reset() 4044 if (qnum >= nitems(sc->sc_txq)) { in ath_txq_setup() 4047 qnum, nitems(sc->sc_txq)); in ath_txq_setup() 4052 ath_txq_init(sc, &sc->sc_txq[qnum], qnum); in ath_txq_setup() 4055 return &sc->sc_txq[qnum]; in ath_txq_setup() 4200 ath_tx_cleanupq(sc, &sc->sc_txq[i]); in ath_tx_cleanup() 4610 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0() [all …]
|
H A D | if_ath_sysctl.c | 500 sc->sc_txq[i].axq_depth, in ath_sysctl_txagg() 501 sc->sc_txq[i].axq_aggr_depth, in ath_sysctl_txagg() 502 sc->sc_txq[i].axq_fifo_depth, in ath_sysctl_txagg() 503 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
|
H A D | if_athvar.h | 764 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES]; member
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 972 struct mwl_txq *txq = &sc->sc_txq[i]; in mwl_setupdma() 2216 error = mwl_txdma_setup(sc, &sc->sc_txq[i]); in mwl_dma_setup() 2231 mwl_txdma_cleanup(sc, &sc->sc_txq[i]); in mwl_dma_cleanup() 2865 txq = &sc->sc_txq[mvtype]; in mwl_tx_setup() 2937 mwl_tx_cleanupq(sc, &sc->sc_txq[i]); in mwl_tx_cleanup() 3411 if (!STAILQ_EMPTY(&sc->sc_txq[0].active)) in mwl_tx_proc() 3412 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc() 3413 if (!STAILQ_EMPTY(&sc->sc_txq[1].active)) in mwl_tx_proc() 3414 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc() 3415 if (!STAILQ_EMPTY(&sc->sc_txq[2].active)) in mwl_tx_proc() [all …]
|
H A D | if_mwlvar.h | 324 struct mwl_txq sc_txq[MWL_NUM_TX_QUEUES]; member
|