Lines Matching refs:stat

697 	atge_l1e_smb_t *stat;  in atge_l1e_gather_stats()  local
705 stat = (atge_l1e_smb_t *)atgep->atge_hw_stats; in atge_l1e_gather_stats()
731 stat->rx_frames += smb->rx_frames; in atge_l1e_gather_stats()
732 stat->rx_bcast_frames += smb->rx_bcast_frames; in atge_l1e_gather_stats()
733 stat->rx_mcast_frames += smb->rx_mcast_frames; in atge_l1e_gather_stats()
734 stat->rx_pause_frames += smb->rx_pause_frames; in atge_l1e_gather_stats()
735 stat->rx_control_frames += smb->rx_control_frames; in atge_l1e_gather_stats()
736 stat->rx_crcerrs += smb->rx_crcerrs; in atge_l1e_gather_stats()
737 stat->rx_lenerrs += smb->rx_lenerrs; in atge_l1e_gather_stats()
738 stat->rx_bytes += smb->rx_bytes; in atge_l1e_gather_stats()
739 stat->rx_runts += smb->rx_runts; in atge_l1e_gather_stats()
740 stat->rx_fragments += smb->rx_fragments; in atge_l1e_gather_stats()
741 stat->rx_pkts_64 += smb->rx_pkts_64; in atge_l1e_gather_stats()
742 stat->rx_pkts_65_127 += smb->rx_pkts_65_127; in atge_l1e_gather_stats()
743 stat->rx_pkts_128_255 += smb->rx_pkts_128_255; in atge_l1e_gather_stats()
744 stat->rx_pkts_256_511 += smb->rx_pkts_256_511; in atge_l1e_gather_stats()
745 stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023; in atge_l1e_gather_stats()
746 stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518; in atge_l1e_gather_stats()
747 stat->rx_pkts_1519_max += smb->rx_pkts_1519_max; in atge_l1e_gather_stats()
748 stat->rx_pkts_truncated += smb->rx_pkts_truncated; in atge_l1e_gather_stats()
749 stat->rx_fifo_oflows += smb->rx_fifo_oflows; in atge_l1e_gather_stats()
750 stat->rx_rrs_errs += smb->rx_rrs_errs; in atge_l1e_gather_stats()
751 stat->rx_alignerrs += smb->rx_alignerrs; in atge_l1e_gather_stats()
752 stat->rx_bcast_bytes += smb->rx_bcast_bytes; in atge_l1e_gather_stats()
753 stat->rx_mcast_bytes += smb->rx_mcast_bytes; in atge_l1e_gather_stats()
754 stat->rx_pkts_filtered += smb->rx_pkts_filtered; in atge_l1e_gather_stats()
757 stat->tx_frames += smb->tx_frames; in atge_l1e_gather_stats()
758 stat->tx_bcast_frames += smb->tx_bcast_frames; in atge_l1e_gather_stats()
759 stat->tx_mcast_frames += smb->tx_mcast_frames; in atge_l1e_gather_stats()
760 stat->tx_pause_frames += smb->tx_pause_frames; in atge_l1e_gather_stats()
761 stat->tx_excess_defer += smb->tx_excess_defer; in atge_l1e_gather_stats()
762 stat->tx_control_frames += smb->tx_control_frames; in atge_l1e_gather_stats()
763 stat->tx_deferred += smb->tx_deferred; in atge_l1e_gather_stats()
764 stat->tx_bytes += smb->tx_bytes; in atge_l1e_gather_stats()
765 stat->tx_pkts_64 += smb->tx_pkts_64; in atge_l1e_gather_stats()
766 stat->tx_pkts_65_127 += smb->tx_pkts_65_127; in atge_l1e_gather_stats()
767 stat->tx_pkts_128_255 += smb->tx_pkts_128_255; in atge_l1e_gather_stats()
768 stat->tx_pkts_256_511 += smb->tx_pkts_256_511; in atge_l1e_gather_stats()
769 stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023; in atge_l1e_gather_stats()
770 stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518; in atge_l1e_gather_stats()
771 stat->tx_pkts_1519_max += smb->tx_pkts_1519_max; in atge_l1e_gather_stats()
772 stat->tx_single_colls += smb->tx_single_colls; in atge_l1e_gather_stats()
773 stat->tx_multi_colls += smb->tx_multi_colls; in atge_l1e_gather_stats()
774 stat->tx_late_colls += smb->tx_late_colls; in atge_l1e_gather_stats()
775 stat->tx_excess_colls += smb->tx_excess_colls; in atge_l1e_gather_stats()
776 stat->tx_abort += smb->tx_abort; in atge_l1e_gather_stats()
777 stat->tx_underrun += smb->tx_underrun; in atge_l1e_gather_stats()
778 stat->tx_desc_underrun += smb->tx_desc_underrun; in atge_l1e_gather_stats()
779 stat->tx_lenerrs += smb->tx_lenerrs; in atge_l1e_gather_stats()
780 stat->tx_pkts_truncated += smb->tx_pkts_truncated; in atge_l1e_gather_stats()
781 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in atge_l1e_gather_stats()
782 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in atge_l1e_gather_stats()