Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h556 struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
H A Darn_xmit.c1542 arn_txq_setup(struct arn_softc *sc, int qtype, int subtype) in arn_txq_setup() function
1642 txq = arn_txq_setup(sc, ATH9K_TX_QUEUE_DATA, haltype); in arn_tx_setup()
H A Darn_main.c2969 sc->sc_cabq = arn_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0); in arn_attach()