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

/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c2857 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) argument
2866 if (mvtype >= MWL_NUM_TX_QUEUES) {
2867 device_printf(sc->sc_dev, "mvtype %u out of range, max %u!\n",
2868 mvtype, MWL_NUM_TX_QUEUES);
2871 txq = &sc->sc_txq[mvtype];
2872 mwl_txq_init(sc, txq, mvtype);

Completed in 163 milliseconds