Searched refs:txq_id (Results 1 – 1 of 1) sorted by relevance
3084 int txq_id = NON_QOS_TXQ; in iwh_send() local3134 txq_id = iwh_wme_tid_to_txq(tid); in iwh_send()3136 if (txq_id < TXQ_FOR_AC_MIN || in iwh_send()3137 (txq_id > TXQ_FOR_AC_MAX)) { in iwh_send()3145 txq_id = NON_QOS_TXQ; in iwh_send()3150 txq_id = QOS_TXQ_FOR_MGT; in iwh_send()3152 txq_id = NON_QOS_TXQ; in iwh_send()3156 txq_id = NON_QOS_TXQ; in iwh_send()3160 ring = &sc->sc_txq[txq_id]; in iwh_send()