Home
last modified time | relevance | path

Searched refs:malo_txq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malo.c121 static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
122 static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
546 malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq) in malo_txdma_setup()
624 malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq) in malo_txdma_cleanup()
663 malo_txdma_cleanup(sc, &sc->malo_txq[i]); in malo_dma_cleanup()
680 error = malo_txdma_setup(sc, &sc->malo_txq[i]); in malo_dma_setup()
687 malo_txq_init(sc, &sc->malo_txq[i], i); in malo_dma_setup()
718 struct malo_txq *txq; in malo_setup_hwdma()
723 txq = &sc->malo_txq[i]; in malo_setup_hwdma()
735 malo_txq_init(struct malo_softc *sc, struct malo_txq *txq, int qnum) in malo_txq_init()
[all …]
H A Dif_malo.h471 struct malo_txq *bf_txq; /* backpointer to tx q/ring */
483 struct malo_txq { struct
553 struct malo_txq malo_txq[MALO_NUM_TX_QUEUES]; member