Searched defs:haltype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c132 ath_set_data_queue(ath_t *asc, int ac, int haltype) argument
146 qi.tqi_subtype = haltype;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c904 arn_tx_get_qnum(struct arn_softc *sc, int qtype, int haltype) argument
910 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) {
913 haltype, ARRAY_SIZE(sc->sc_haltype2q)));
916 qnum = sc->sc_haltype2q[haltype];
1632 arn_tx_setup(struct arn_softc *sc, int haltype) argument
1636 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) {
1639 haltype, ARRAY_SIZE(sc->sc_haltype2q)));
1642 txq = arn_txq_setup(sc, ATH9K_TX_QUEUE_DATA, haltype);
1644 sc->sc_haltype2q[haltype] = txq->axq_qnum;

Completed in 56 milliseconds