Lines Matching refs:st
550 struct ath5k_statistics *st = &ah->stats; in read_file_frameerrors() local
558 st->rxerr_crc, in read_file_frameerrors()
559 st->rx_all_count > 0 ? in read_file_frameerrors()
560 st->rxerr_crc * 100 / st->rx_all_count : 0); in read_file_frameerrors()
562 st->rxerr_phy, 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()
566 if (st->rxerr_phy_code[i]) in read_file_frameerrors()
569 i, st->rxerr_phy_code[i]); in read_file_frameerrors()
573 st->rxerr_fifo, 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()
577 st->rxerr_decrypt, 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()
581 st->rxerr_mic, 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()
585 st->rxerr_proc, 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()
589 st->rxerr_jumbo, 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()
595 st->rx_bytes_count); in read_file_frameerrors()
600 st->txerr_retry, in read_file_frameerrors()
601 st->tx_all_count > 0 ? in read_file_frameerrors()
602 st->txerr_retry * 100 / st->tx_all_count : 0); in read_file_frameerrors()
604 st->txerr_fifo, in read_file_frameerrors()
605 st->tx_all_count > 0 ? in read_file_frameerrors()
606 st->txerr_fifo * 100 / st->tx_all_count : 0); in read_file_frameerrors()
608 st->txerr_filt, in read_file_frameerrors()
609 st->tx_all_count > 0 ? in read_file_frameerrors()
610 st->txerr_filt * 100 / st->tx_all_count : 0); in read_file_frameerrors()
612 st->tx_all_count); in read_file_frameerrors()
614 st->tx_bytes_count); in read_file_frameerrors()
627 struct ath5k_statistics *st = &ah->stats; in write_file_frameerrors() local
636 st->rxerr_crc = 0; in write_file_frameerrors()
637 st->rxerr_phy = 0; in write_file_frameerrors()
638 st->rxerr_fifo = 0; in write_file_frameerrors()
639 st->rxerr_decrypt = 0; in write_file_frameerrors()
640 st->rxerr_mic = 0; in write_file_frameerrors()
641 st->rxerr_proc = 0; in write_file_frameerrors()
642 st->rxerr_jumbo = 0; in write_file_frameerrors()
643 st->rx_all_count = 0; in write_file_frameerrors()
644 st->txerr_retry = 0; in write_file_frameerrors()
645 st->txerr_fifo = 0; in write_file_frameerrors()
646 st->txerr_filt = 0; in write_file_frameerrors()
647 st->tx_all_count = 0; in write_file_frameerrors()
668 struct ath5k_statistics *st = &ah->stats; in read_file_ani() local
722 st->mib_intr); in read_file_ani()