Home
last modified time | relevance | path

Searched refs:axq_depth (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c768 } while (txq->axq_depth < ATH_AGGR_MIN_QDEPTH && in arn_tx_sched_aggr()
981 if (txq->axq_depth >= (ATH_TXBUF - 20)) { in arn_test_get_txq()
984 qnum, txq->axq_depth)); in arn_test_get_txq()
1126 txq->axq_depth++; in arn_tx_txqaddbuf()
1131 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth)); in arn_tx_txqaddbuf()
1603 txq->axq_depth = 0; in arn_txq_setup()
1697 return (sc->sc_txq[qnum].axq_depth); in arn_txq_depth()
H A Darn_core.h466 uint32_t axq_depth; /* queue depth (stat only) */ member
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h248 uint_t axq_depth; /* queue depth (stat only) */ member
H A Dath_aux.c176 txq->axq_depth = 0; in ath_set_data_queue()