Searched defs:mvtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c729 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) argument
740 if (mvtype >= MWL_NUM_TX_QUEUES) {
742 "mvtype %u out of range, max %u!\n",
743 mvtype, MWL_NUM_TX_QUEUES);
746 txring = &sc->sc_txring[mvtype];
747 mwl_txq_init(sc, txring, mvtype);

Completed in 69 milliseconds