Lines Matching defs:qnum
244 static void mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix);
1278 "%s: out of xmit buffers on q %d\n", __func__, txq->qnum);
1365 "%s: tail drop on q %d\n", __func__, txq->qnum);
2821 mwl_txq_init(struct mwl_softc *sc, struct mwl_txq *txq, int qnum)
2827 txq->qnum = qnum;
2894 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
3253 ds->TxPriority = txq->qnum;
3271 ds->TxPriority = txq->qnum;
3273 ds->TxPriority = txq->qnum;
3322 DPRINTF(sc, MWL_DEBUG_TX_PROC, "%s: tx queue %u\n", __func__, txq->qnum);
3342 mwl_printtxbuf(bf, txq->qnum, nreaped);
3357 if (txq->qnum >= MWL_WME_AC_VO)
3454 mwl_printtxbuf(bf, txq->qnum, ix);
4489 mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix)
4494 printf("Q%u[%3u]", qnum, ix);
4544 mwl_printtxbuf(bf, txq->qnum, i);
4803 txq->qnum, ieee80211_wme_acnames[i]);