Home
last modified time | relevance | path

Searched refs:rx_all_count (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Ddebug.c558 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()
[all …]
Dath5k.h1203 unsigned int rx_all_count; /* all RX frames, including errors */ member
Dbase.c1450 ah->stats.rx_all_count++; in ath5k_receive_frame_ok()