Searched refs:tx_all_count (Results 1 – 3 of 3) sorted by relevance
581 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()
1204 unsigned int tx_all_count; /* all TX frames, including errors */ member
1720 ah->stats.tx_all_count++; in ath5k_tx_frame_completed()