mwl_tx_ring
static int mwl_alloc_tx_ring(struct mwl_softc *, struct mwl_tx_ring *,
static void mwl_free_tx_ring(struct mwl_softc *, struct mwl_tx_ring *);
static void mwl_txq_init(struct mwl_softc *, struct mwl_tx_ring *, int);
struct mwl_tx_ring *ring;
struct mwl_tx_ring *ring;
mwl_alloc_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring,
mwl_free_tx_ring(struct mwl_softc *sc, struct mwl_tx_ring *ring)
struct mwl_tx_ring *txring = &sc->sc_txring[i];
mwl_txq_init(struct mwl_softc *sc, struct mwl_tx_ring *txring, int qnum)
struct mwl_tx_ring *txring;
struct mwl_tx_ring sc_txring[MWL_NUM_TX_QUEUES];
struct mwl_tx_ring *sc_ac2q[5]; /* WME AC -> h/w q map */