Home
last modified time | relevance | path

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

/titanic_50/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 */
/titanic_50/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 */
465 unsigned long axq_lockflags; /* intr state when must cli */
466 uint32_t axq_depth; /* queue depth (stat only) */
467 uint8_t axq_aggr_depth; /* aggregates queued */
468 uint32_t axq_totalqueued; /* total ever queued */
469 boolean_t stopped;
[all …]