Lines Matching refs:u64

685 	u64 ucast_octets;
686 u64 ucast;
687 u64 ucast_vlan;
689 u64 mcast_octets;
690 u64 mcast;
691 u64 mcast_vlan;
693 u64 bcast_octets;
694 u64 bcast;
695 u64 bcast_vlan;
697 u64 errors;
698 u64 filter_vlan; /* frames filtered due to VLAN */
699 u64 filter_mac_sa; /* frames filtered due to SA check */
704 u64 ucast_octets;
705 u64 ucast;
706 u64 ucast_vlan;
708 u64 mcast_octets;
709 u64 mcast;
710 u64 mcast_vlan;
712 u64 bcast_octets;
713 u64 bcast;
714 u64 bcast_vlan;
715 u64 frame_drops;
720 u64 txf_ucast_octets;
721 u64 txf_ucast;
722 u64 txf_ucast_vlan;
724 u64 txf_mcast_octets;
725 u64 txf_mcast;
726 u64 txf_mcast_vlan;
728 u64 txf_bcast_octets;
729 u64 txf_bcast;
730 u64 txf_bcast_vlan;
732 u64 txf_parity_errors;
733 u64 txf_timeout;
734 u64 txf_fid_parity_errors;
739 u64 rxf_ucast_octets;
740 u64 rxf_ucast;
741 u64 rxf_ucast_vlan;
743 u64 rxf_mcast_octets;
744 u64 rxf_mcast;
745 u64 rxf_mcast_vlan;
747 u64 rxf_bcast_octets;
748 u64 rxf_bcast;
749 u64 rxf_bcast_vlan;
754 u64 rx_frames;
755 u64 rx_octets;
756 u64 rx_vlan_frames;
758 u64 rx_ucast;
759 u64 rx_ucast_octets;
760 u64 rx_ucast_vlan;
762 u64 rx_mcast;
763 u64 rx_mcast_octets;
764 u64 rx_mcast_vlan;
766 u64 rx_bcast;
767 u64 rx_bcast_octets;
768 u64 rx_bcast_vlan;
770 u64 rx_drops;
776 u64 tx_pause[8];
777 u64 tx_zero_pause[8]; /*!< Pause cancellation */
779 u64 tx_first_pause[8];
782 u64 rx_pause[8];
783 u64 rx_zero_pause[8]; /*!< Pause cancellation */
785 u64 rx_first_pause[8];
790 u64 stats_clr_cnt; /* times this stats cleared */
791 u64 frame_64; /* both rx and tx counter */
792 u64 frame_65_127; /* both rx and tx counter */
793 u64 frame_128_255; /* both rx and tx counter */
794 u64 frame_256_511; /* both rx and tx counter */
795 u64 frame_512_1023; /* both rx and tx counter */
796 u64 frame_1024_1518; /* both rx and tx counter */
797 u64 frame_1519_1522; /* both rx and tx counter */
800 u64 rx_bytes;
801 u64 rx_packets;
802 u64 rx_fcs_error;
803 u64 rx_multicast;
804 u64 rx_broadcast;
805 u64 rx_control_frames;
806 u64 rx_pause;
807 u64 rx_unknown_opcode;
808 u64 rx_alignment_error;
809 u64 rx_frame_length_error;
810 u64 rx_code_error;
811 u64 rx_carrier_sense_error;
812 u64 rx_undersize;
813 u64 rx_oversize;
814 u64 rx_fragments;
815 u64 rx_jabber;
816 u64 rx_drop;
819 u64 tx_bytes;
820 u64 tx_packets;
821 u64 tx_multicast;
822 u64 tx_broadcast;
823 u64 tx_pause;
824 u64 tx_deferral;
825 u64 tx_excessive_deferral;
826 u64 tx_single_collision;
827 u64 tx_muliple_collision;
828 u64 tx_late_collision;
829 u64 tx_excessive_collision;
830 u64 tx_total_collision;
831 u64 tx_pause_honored;
832 u64 tx_drop;
833 u64 tx_jabber;
834 u64 tx_fcs_error;
835 u64 tx_control_frame;
836 u64 tx_oversize;
837 u64 tx_undersize;
838 u64 tx_fragments;