Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath9k/
Ddebug.h117 struct ath_tx_stats { struct
118 u32 tx_pkts_all;
119 u32 tx_bytes_all;
120 u32 queued;
121 u32 completed;
122 u32 xretries;
123 u32 a_aggr;
124 u32 a_queued_hw;
125 u32 a_queued_sw;
126 u32 a_completed;
[all …]
Dhtc.h327 struct ath_tx_stats { struct
328 u32 buf_queued;
329 u32 buf_completed;
353 struct ath_tx_stats tx_stats; argument