Lines Matching refs:stat

561 	atge_l1c_smb_t *stat;  in atge_l1c_gather_stats()  local
569 stat = (atge_l1c_smb_t *)atgep->atge_hw_stats; in atge_l1c_gather_stats()
573 stat->rx_frames += smb->rx_frames; in atge_l1c_gather_stats()
574 stat->rx_bcast_frames += smb->rx_bcast_frames; in atge_l1c_gather_stats()
575 stat->rx_mcast_frames += smb->rx_mcast_frames; in atge_l1c_gather_stats()
576 stat->rx_pause_frames += smb->rx_pause_frames; in atge_l1c_gather_stats()
577 stat->rx_control_frames += smb->rx_control_frames; in atge_l1c_gather_stats()
578 stat->rx_crcerrs += smb->rx_crcerrs; in atge_l1c_gather_stats()
579 stat->rx_lenerrs += smb->rx_lenerrs; in atge_l1c_gather_stats()
580 stat->rx_bytes += smb->rx_bytes; in atge_l1c_gather_stats()
581 stat->rx_runts += smb->rx_runts; in atge_l1c_gather_stats()
582 stat->rx_fragments += smb->rx_fragments; in atge_l1c_gather_stats()
583 stat->rx_pkts_64 += smb->rx_pkts_64; in atge_l1c_gather_stats()
584 stat->rx_pkts_65_127 += smb->rx_pkts_65_127; in atge_l1c_gather_stats()
585 stat->rx_pkts_128_255 += smb->rx_pkts_128_255; in atge_l1c_gather_stats()
586 stat->rx_pkts_256_511 += smb->rx_pkts_256_511; in atge_l1c_gather_stats()
587 stat->rx_pkts_512_1023 += smb->rx_pkts_512_1023; in atge_l1c_gather_stats()
588 stat->rx_pkts_1024_1518 += smb->rx_pkts_1024_1518; in atge_l1c_gather_stats()
589 stat->rx_pkts_1519_max += smb->rx_pkts_1519_max; in atge_l1c_gather_stats()
590 stat->rx_pkts_truncated += smb->rx_pkts_truncated; in atge_l1c_gather_stats()
591 stat->rx_fifo_oflows += smb->rx_fifo_oflows; in atge_l1c_gather_stats()
592 stat->rx_alignerrs += smb->rx_alignerrs; in atge_l1c_gather_stats()
593 stat->rx_bcast_bytes += smb->rx_bcast_bytes; in atge_l1c_gather_stats()
594 stat->rx_mcast_bytes += smb->rx_mcast_bytes; in atge_l1c_gather_stats()
595 stat->rx_pkts_filtered += smb->rx_pkts_filtered; in atge_l1c_gather_stats()
598 stat->tx_frames += smb->tx_frames; in atge_l1c_gather_stats()
599 stat->tx_bcast_frames += smb->tx_bcast_frames; in atge_l1c_gather_stats()
600 stat->tx_mcast_frames += smb->tx_mcast_frames; in atge_l1c_gather_stats()
601 stat->tx_pause_frames += smb->tx_pause_frames; in atge_l1c_gather_stats()
602 stat->tx_excess_defer += smb->tx_excess_defer; in atge_l1c_gather_stats()
603 stat->tx_control_frames += smb->tx_control_frames; in atge_l1c_gather_stats()
604 stat->tx_deferred += smb->tx_deferred; in atge_l1c_gather_stats()
605 stat->tx_bytes += smb->tx_bytes; in atge_l1c_gather_stats()
606 stat->tx_pkts_64 += smb->tx_pkts_64; in atge_l1c_gather_stats()
607 stat->tx_pkts_65_127 += smb->tx_pkts_65_127; in atge_l1c_gather_stats()
608 stat->tx_pkts_128_255 += smb->tx_pkts_128_255; in atge_l1c_gather_stats()
609 stat->tx_pkts_256_511 += smb->tx_pkts_256_511; in atge_l1c_gather_stats()
610 stat->tx_pkts_512_1023 += smb->tx_pkts_512_1023; in atge_l1c_gather_stats()
611 stat->tx_pkts_1024_1518 += smb->tx_pkts_1024_1518; in atge_l1c_gather_stats()
612 stat->tx_pkts_1519_max += smb->tx_pkts_1519_max; in atge_l1c_gather_stats()
613 stat->tx_single_colls += smb->tx_single_colls; in atge_l1c_gather_stats()
614 stat->tx_multi_colls += smb->tx_multi_colls; in atge_l1c_gather_stats()
615 stat->tx_late_colls += smb->tx_late_colls; in atge_l1c_gather_stats()
616 stat->tx_excess_colls += smb->tx_excess_colls; in atge_l1c_gather_stats()
617 stat->tx_underrun += smb->tx_underrun; in atge_l1c_gather_stats()
618 stat->tx_desc_underrun += smb->tx_desc_underrun; in atge_l1c_gather_stats()
619 stat->tx_lenerrs += smb->tx_lenerrs; in atge_l1c_gather_stats()
620 stat->tx_pkts_truncated += smb->tx_pkts_truncated; in atge_l1c_gather_stats()
621 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in atge_l1c_gather_stats()
622 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in atge_l1c_gather_stats()