Home
last modified time | relevance | path

Searched refs:tx_all_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c581 st->tx_all_count > 0 ? in read_file_frameerrors()
582 st->txerr_retry * 100 / st->tx_all_count : 0); in read_file_frameerrors()
585 st->tx_all_count > 0 ? in read_file_frameerrors()
586 st->txerr_fifo * 100 / st->tx_all_count : 0); in read_file_frameerrors()
589 st->tx_all_count > 0 ? in read_file_frameerrors()
590 st->txerr_filt * 100 / st->tx_all_count : 0); in read_file_frameerrors()
592 st->tx_all_count); in read_file_frameerrors()
627 st->tx_all_count = 0; in write_file_frameerrors()
H A Dath5k.h1204 unsigned int tx_all_count; /* all TX frames, including errors */ member
H A Dbase.c1720 ah->stats.tx_all_count++; in ath5k_tx_frame_completed()