Lines Matching defs:stat

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