Symbol: malo_txq
sys/dev/malo/if_malo.c
1011
if (!STAILQ_EMPTY(&sc->malo_txq[i].active))
sys/dev/malo/if_malo.c
1012
nreaped += malo_tx_processq(sc, &sc->malo_txq[i]);
sys/dev/malo/if_malo.c
1033
struct malo_txq *txq;
sys/dev/malo/if_malo.c
121
static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
sys/dev/malo/if_malo.c
122
static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
sys/dev/malo/if_malo.c
1220
struct malo_txq *txq = &sc->malo_txq[0];
sys/dev/malo/if_malo.c
1562
malo_tx_draintxq(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.c
1643
malo_tx_draintxq(sc, &sc->malo_txq[i]);
sys/dev/malo/if_malo.c
1762
struct malo_txq *txq;
sys/dev/malo/if_malo.c
1775
txq = &sc->malo_txq[0];
sys/dev/malo/if_malo.c
2088
malo_tx_cleanupq(sc, &sc->malo_txq[i]);
sys/dev/malo/if_malo.c
548
malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.c
626
malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.c
665
malo_txdma_cleanup(sc, &sc->malo_txq[i]);
sys/dev/malo/if_malo.c
682
error = malo_txdma_setup(sc, &sc->malo_txq[i]);
sys/dev/malo/if_malo.c
689
malo_txq_init(sc, &sc->malo_txq[i], i);
sys/dev/malo/if_malo.c
720
struct malo_txq *txq;
sys/dev/malo/if_malo.c
725
txq = &sc->malo_txq[i];
sys/dev/malo/if_malo.c
737
malo_txq_init(struct malo_softc *sc, struct malo_txq *txq, int qnum)
sys/dev/malo/if_malo.c
762
malo_tx_cleanupq(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.c
772
malo_getbuf(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.c
918
malo_tx_processq(struct malo_softc *sc, struct malo_txq *txq)
sys/dev/malo/if_malo.h
471
struct malo_txq *bf_txq; /* backpointer to tx q/ring */
sys/dev/malo/if_malo.h
553
struct malo_txq malo_txq[MALO_NUM_TX_QUEUES];