Searched defs:ath_txq (Results 1 – 1 of 1) sorted by relevance
352 struct ath_txq { struct353 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 …]