Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c2851 mwl_tx_setup(struct mwl_softc *sc, int ac, int mvtype) in mwl_tx_setup() argument
2860 if (mvtype >= MWL_NUM_TX_QUEUES) { in mwl_tx_setup()
2862 mvtype, MWL_NUM_TX_QUEUES); in mwl_tx_setup()
2865 txq = &sc->sc_txq[mvtype]; in mwl_tx_setup()
2866 mwl_txq_init(sc, txq, mvtype); in mwl_tx_setup()