Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dath5k.h1197 struct ath5k_statistics { struct
1199 unsigned int antenna_rx[5]; /* frames count per antenna RX */
1200 unsigned int antenna_tx[5]; /* frames count per antenna TX */
1203 unsigned int rx_all_count; /* all RX frames, including errors */
1204 unsigned int tx_all_count; /* all TX frames, including errors */
1205 unsigned int rx_bytes_count; /* all RX bytes, including errored pkts
1208 unsigned int tx_bytes_count; /* all TX bytes, including errored pkts
1212 unsigned int rxerr_crc;
1213 unsigned int rxerr_phy;
1214 unsigned int rxerr_phy_code[32];
[all …]