Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Ddebug.c601 st->tx_all_count > 0 ? in read_file_frameerrors()
602 st->txerr_retry * 100 / st->tx_all_count : 0); in read_file_frameerrors()
605 st->tx_all_count > 0 ? in read_file_frameerrors()
606 st->txerr_fifo * 100 / st->tx_all_count : 0); in read_file_frameerrors()
609 st->tx_all_count > 0 ? in read_file_frameerrors()
610 st->txerr_filt * 100 / st->tx_all_count : 0); in read_file_frameerrors()
612 st->tx_all_count); in read_file_frameerrors()
647 st->tx_all_count = 0; in write_file_frameerrors()
Dath5k.h1204 unsigned int tx_all_count; /* all TX frames, including errors */ member
Dbase.c1676 ah->stats.tx_all_count++; in ath5k_tx_frame_completed()