Lines Matching refs:rx_all_count
559 st->rx_all_count > 0 ? in read_file_frameerrors()
560 st->rxerr_crc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
563 st->rx_all_count > 0 ? in read_file_frameerrors()
564 st->rxerr_phy * 100 / st->rx_all_count : 0); in read_file_frameerrors()
574 st->rx_all_count > 0 ? in read_file_frameerrors()
575 st->rxerr_fifo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
578 st->rx_all_count > 0 ? in read_file_frameerrors()
579 st->rxerr_decrypt * 100 / st->rx_all_count : 0); in read_file_frameerrors()
582 st->rx_all_count > 0 ? in read_file_frameerrors()
583 st->rxerr_mic * 100 / st->rx_all_count : 0); in read_file_frameerrors()
586 st->rx_all_count > 0 ? in read_file_frameerrors()
587 st->rxerr_proc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
590 st->rx_all_count > 0 ? in read_file_frameerrors()
591 st->rxerr_jumbo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
593 st->rx_all_count); in read_file_frameerrors()
643 st->rx_all_count = 0; in write_file_frameerrors()