Home
last modified time | relevance | path

Searched defs:ath_txq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h246 struct ath_txq { struct
247 uint_t axq_qnum; /* hardware q number */
248 uint_t axq_depth; /* queue depth (stat only) */
249 uint_t axq_intrcnt; /* interrupt count */
250 uint32_t *axq_link; /* link ptr in last TX desc */
251 list_t axq_list; /* transmit queue */
252 kmutex_t axq_lock; /* lock on q and link */
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h460 struct ath_txq { struct
461 uint32_t axq_qnum; /* hardware q number */
462 uint32_t *axq_link; /* link ptr in last TX desc */
463 list_t axq_list; /* transmit queue */
464 kmutex_t axq_lock; /* lock on q and link */
467 uint8_t axq_aggr_depth; /* aggregates queued */
469 boolean_t stopped;
472 struct ath_desc *axq_lastdsWithCTS;
478 struct ath_desc *axq_gatingds;
480 list_t axq_acq;
[all …]