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

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx_edma.c716 ATH_TXQ_LOCK(&sc->sc_txq[i]);
721 ath_txq_freeholdingbuf(sc, &sc->sc_txq[i]);
726 sc->sc_txq[i].axq_link = NULL;
727 ATH_TXQ_UNLOCK(&sc->sc_txq[i]);
733 ath_tx_draintxq(sc, &sc->sc_txq[i]);
839 txq = &sc->sc_txq[ts.ts_queue_id];
994 ATH_TXQ_LOCK(&sc->sc_txq[i]);
995 ath_edma_tx_fifo_fill(sc, &sc->sc_txq[i]);
996 ATH_TXQ_UNLOCK(&sc->sc_txq[i]);
H A Dif_ath.c2940 ATH_TXQ_LOCK(&sc->sc_txq[i]);
2941 ath_txq_restart_dma(sc, &sc->sc_txq[i]);
2942 ATH_TXQ_UNLOCK(&sc->sc_txq[i]);
2945 ath_txq_sched(sc, &sc->sc_txq[i]);
3889 if (qnum >= nitems(sc->sc_txq)) {
3892 qnum, nitems(sc->sc_txq));
3897 ath_txq_init(sc, &sc->sc_txq[qnum], qnum);
3900 return &sc->sc_txq[qnum];
4041 ath_tx_cleanupq(sc, &sc->sc_txq[i]);
4431 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[
[all...]
H A Dif_ath_sysctl.c498 sc->sc_txq[i].axq_depth,
499 sc->sc_txq[i].axq_aggr_depth,
500 sc->sc_txq[i].axq_fifo_depth,
501 sc->sc_txq[i].axq_holdingbf);
H A Dif_athvar.h760 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES]; member in struct:ath_softc
/freebsd-11.0-release/sys/dev/mwl/
H A Dif_mwl.c978 struct mwl_txq *txq = &sc->sc_txq[i];
2222 error = mwl_txdma_setup(sc, &sc->sc_txq[i]);
2237 mwl_txdma_cleanup(sc, &sc->sc_txq[i]);
2880 txq = &sc->sc_txq[mvtype];
2948 mwl_tx_cleanupq(sc, &sc->sc_txq[i]);
3427 if (!STAILQ_EMPTY(&sc->sc_txq[0].active))
3428 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]);
3429 if (!STAILQ_EMPTY(&sc->sc_txq[1].active))
3430 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]);
3431 if (!STAILQ_EMPTY(&sc->sc_txq[
[all...]
H A Dif_mwlvar.h324 struct mwl_txq sc_txq[MWL_NUM_TX_QUEUES]; member in struct:mwl_softc

Completed in 54 milliseconds