Lines Matching refs:rx_all_count
539 st->rx_all_count > 0 ? in read_file_frameerrors()
540 st->rxerr_crc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
543 st->rx_all_count > 0 ? in read_file_frameerrors()
544 st->rxerr_phy * 100 / st->rx_all_count : 0); in read_file_frameerrors()
554 st->rx_all_count > 0 ? in read_file_frameerrors()
555 st->rxerr_fifo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
558 st->rx_all_count > 0 ? in read_file_frameerrors()
559 st->rxerr_decrypt * 100 / st->rx_all_count : 0); in read_file_frameerrors()
562 st->rx_all_count > 0 ? in read_file_frameerrors()
563 st->rxerr_mic * 100 / st->rx_all_count : 0); in read_file_frameerrors()
566 st->rx_all_count > 0 ? in read_file_frameerrors()
567 st->rxerr_proc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
570 st->rx_all_count > 0 ? in read_file_frameerrors()
571 st->rxerr_jumbo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
573 st->rx_all_count); in read_file_frameerrors()
623 st->rx_all_count = 0; in write_file_frameerrors()