Searched defs:ath_txq (Results 1 – 1 of 1) sorted by relevance
348 struct ath_txq { struct349 struct ath_softc *axq_softc; /* Needed for scheduling */350 u_int axq_qnum; /* hardware q number */352 u_int axq_ac; /* WME AC */353 u_int axq_flags;356 u_int axq_depth; /* queue depth (stat only) */357 u_int axq_aggr_depth; /* how many aggregates are queued */358 u_int axq_intrcnt; /* interrupt count */359 u_int32_t *axq_link; /* link ptr in last TX desc */361 struct mtx axq_lock; /* lock on q and link */[all …]