Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
A Ddebug.c539 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()
558 st->rx_all_count > 0 ? in read_file_frameerrors()
562 st->rx_all_count > 0 ? in read_file_frameerrors()
566 st->rx_all_count > 0 ? in read_file_frameerrors()
570 st->rx_all_count > 0 ? in read_file_frameerrors()
573 st->rx_all_count); in read_file_frameerrors()
[all …]
A Dath5k.h1203 unsigned int rx_all_count; /* all RX frames, including errors */ member
A Dbase.c1449 ah->stats.rx_all_count++; in ath5k_receive_frame_ok()

Completed in 15 milliseconds