Searched defs:ath_txq (Results 1 – 2 of 2) sorted by relevance
246 struct ath_txq { struct247 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 */
460 struct ath_txq { struct461 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 …]