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

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

Completed in 559 milliseconds