Searched refs:haltype (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 905 arn_tx_get_qnum(struct arn_softc *sc, int qtype, int haltype) in arn_tx_get_qnum() argument 911 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) { in arn_tx_get_qnum() 914 haltype, ARRAY_SIZE(sc->sc_haltype2q))); in arn_tx_get_qnum() 917 qnum = sc->sc_haltype2q[haltype]; in arn_tx_get_qnum() 1676 arn_tx_setup(struct arn_softc *sc, int haltype) in arn_tx_setup() argument 1680 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) { in arn_tx_setup() 1683 haltype, ARRAY_SIZE(sc->sc_haltype2q))); in arn_tx_setup() 1686 txq = arn_txq_setup(sc, ATH9K_TX_QUEUE_DATA, haltype); in arn_tx_setup() 1688 sc->sc_haltype2q[haltype] = txq->axq_qnum; in arn_tx_setup()
|
H A D | arn_core.h | 558 int arn_tx_setup(struct arn_softc *sc, int haltype);
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 132 ath_set_data_queue(ath_t *asc, int ac, int haltype) in ath_set_data_queue() argument 146 qi.tqi_subtype = haltype; in ath_set_data_queue()
|