Lines Matching refs:rx_all_count
558 st->rx_all_count > 0 ? in read_file_frameerrors()
559 st->rxerr_crc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
562 st->rx_all_count > 0 ? in read_file_frameerrors()
563 st->rxerr_phy * 100 / st->rx_all_count : 0); in read_file_frameerrors()
573 st->rx_all_count > 0 ? in read_file_frameerrors()
574 st->rxerr_fifo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
577 st->rx_all_count > 0 ? in read_file_frameerrors()
578 st->rxerr_decrypt * 100 / st->rx_all_count : 0); in read_file_frameerrors()
581 st->rx_all_count > 0 ? in read_file_frameerrors()
582 st->rxerr_mic * 100 / st->rx_all_count : 0); in read_file_frameerrors()
585 st->rx_all_count > 0 ? in read_file_frameerrors()
586 st->rxerr_proc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
589 st->rx_all_count > 0 ? in read_file_frameerrors()
590 st->rxerr_jumbo * 100 / st->rx_all_count : 0); in read_file_frameerrors()
592 st->rx_all_count); in read_file_frameerrors()
642 st->rx_all_count = 0; in write_file_frameerrors()