mwx_queue_alloc
if ((rv = mwx_queue_alloc(sc, &sc->sc_txq, 256,
if ((rv = mwx_queue_alloc(sc, &sc->sc_txmcuq, 16 /* XXX */,
if ((rv = mwx_queue_alloc(sc, &sc->sc_txfwdlq, 16 /* XXX */,
if ((rv = mwx_queue_alloc(sc, &sc->sc_rxq, 256,
if ((rv = mwx_queue_alloc(sc, &sc->sc_rxmcuq, 16 /* XXX */,
if ((rv = mwx_queue_alloc(sc, &sc->sc_rxfwdlq, 16 /* XXX */,
int mwx_queue_alloc(struct mwx_softc *, struct mwx_queue *, int, uint32_t);