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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c130 static void malo_txq_init(struct malo_softc *, struct malo_txq *, int);
131 static void malo_tx_cleanupq(struct malo_softc *, struct malo_txq *);
555 malo_txdma_setup(struct malo_softc *sc, struct malo_txq *txq)
633 malo_txdma_cleanup(struct malo_softc *sc, struct malo_txq *txq)
672 malo_txdma_cleanup(sc, &sc->malo_txq[i]);
689 error = malo_txdma_setup(sc, &sc->malo_txq[i]);
696 malo_txq_init(sc, &sc->malo_txq[i], i);
727 struct malo_txq *txq;
732 txq = &sc->malo_txq[i];
744 malo_txq_init(struct malo_softc *sc, struct malo_txq *tx
[all...]
H A Dif_malo.h473 struct malo_txq *bf_txq; /* backpointer to tx q/ring */
485 struct malo_txq { struct
555 struct malo_txq malo_txq[MALO_NUM_TX_QUEUES]; member in struct:malo_softc

Completed in 56 milliseconds