Searched refs:tx_all_count (Results 1 – 3 of 3) sorted by relevance
600 st->tx_all_count > 0 ? in read_file_frameerrors()601 st->txerr_retry * 100 / st->tx_all_count : 0); in read_file_frameerrors()604 st->tx_all_count > 0 ? in read_file_frameerrors()605 st->txerr_fifo * 100 / st->tx_all_count : 0); in read_file_frameerrors()608 st->tx_all_count > 0 ? in read_file_frameerrors()609 st->txerr_filt * 100 / st->tx_all_count : 0); in read_file_frameerrors()611 st->tx_all_count); in read_file_frameerrors()646 st->tx_all_count = 0; in write_file_frameerrors()
1204 unsigned int tx_all_count; /* all TX frames, including errors */ member
1675 ah->stats.tx_all_count++; in ath5k_tx_frame_completed()