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

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

Completed in 58 milliseconds