Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_athvar.h352 struct ath_txq { struct
353 struct ath_softc *axq_softc; /* Needed for scheduling */
354 u_int axq_qnum; /* hardware q number */
356 u_int axq_ac; /* WME AC */
357 u_int axq_flags;
360 u_int axq_depth; /* queue depth (stat only) */
361 u_int axq_aggr_depth; /* how many aggregates are queued */
362 u_int axq_intrcnt; /* interrupt count */
363 u_int32_t *axq_link; /* link ptr in last TX desc */
366 struct lock axq_lock; /* lock on q and link */
[all …]