Lines Matching refs: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); in mwl_gettxbuf()
1365 "%s: tail drop on q %d\n", __func__, txq->qnum); in mwl_start()
2821 mwl_txq_init(struct mwl_softc *sc, struct mwl_txq *txq, int qnum) in mwl_txq_init() argument
2827 txq->qnum = qnum; in mwl_txq_init()
2894 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
3253 ds->TxPriority = txq->qnum; in mwl_tx_start()
3271 ds->TxPriority = txq->qnum; in mwl_tx_start()
3273 ds->TxPriority = txq->qnum; in mwl_tx_start()
3322 DPRINTF(sc, MWL_DEBUG_TX_PROC, "%s: tx queue %u\n", __func__, txq->qnum); in mwl_tx_processq()
3342 mwl_printtxbuf(bf, txq->qnum, nreaped); in mwl_tx_processq()
3358 if (txq->qnum >= MWL_WME_AC_VO) in mwl_tx_processq()
3455 mwl_printtxbuf(bf, txq->qnum, ix); in mwl_tx_draintxq()
4490 mwl_printtxbuf(const struct mwl_txbuf *bf, u_int qnum, u_int ix) in mwl_printtxbuf() argument
4495 printf("Q%u[%3u]", qnum, ix); in mwl_printtxbuf()
4545 mwl_printtxbuf(bf, txq->qnum, i);
4804 txq->qnum, ieee80211_wme_acnames[i]); in mwl_announce()