Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dath.c169 static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
417 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0); in ath_attach()
3334 ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) in ath_txq_setup() function
3409 txq = ath_txq_setup(sc, HAL_TX_QUEUE_DATA, haltype); in ath_tx_setup()