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

/freebsd-11.0-release/sys/dev/malo/
H A Dif_malo.c128 static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
129 static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
553 malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq)
631 malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq)
670 malo_txdma_cleanup(sc, &sc->malo_txq[i]);
687 error = malo_txdma_setup(sc, &sc->malo_txq[i]);
694 malo_txq_init(sc, &sc->malo_txq[i], i);
725 struct malo_txq *txq;
730 txq = &sc->malo_txq[i];
742 malo_txq_init(struct malo_softc *sc, struct malo_txq *tx
[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 in struct:malo_softc

Completed in 168 milliseconds