Lines Matching refs:u64
687 u64 ucast_octets;
688 u64 ucast;
689 u64 ucast_vlan;
691 u64 mcast_octets;
692 u64 mcast;
693 u64 mcast_vlan;
695 u64 bcast_octets;
696 u64 bcast;
697 u64 bcast_vlan;
699 u64 errors;
700 u64 filter_vlan; /* frames filtered due to VLAN */
701 u64 filter_mac_sa; /* frames filtered due to SA check */
706 u64 ucast_octets;
707 u64 ucast;
708 u64 ucast_vlan;
710 u64 mcast_octets;
711 u64 mcast;
712 u64 mcast_vlan;
714 u64 bcast_octets;
715 u64 bcast;
716 u64 bcast_vlan;
717 u64 frame_drops;
722 u64 txf_ucast_octets;
723 u64 txf_ucast;
724 u64 txf_ucast_vlan;
726 u64 txf_mcast_octets;
727 u64 txf_mcast;
728 u64 txf_mcast_vlan;
730 u64 txf_bcast_octets;
731 u64 txf_bcast;
732 u64 txf_bcast_vlan;
734 u64 txf_parity_errors;
735 u64 txf_timeout;
736 u64 txf_fid_parity_errors;
741 u64 rxf_ucast_octets;
742 u64 rxf_ucast;
743 u64 rxf_ucast_vlan;
745 u64 rxf_mcast_octets;
746 u64 rxf_mcast;
747 u64 rxf_mcast_vlan;
749 u64 rxf_bcast_octets;
750 u64 rxf_bcast;
751 u64 rxf_bcast_vlan;
756 u64 rx_frames;
757 u64 rx_octets;
758 u64 rx_vlan_frames;
760 u64 rx_ucast;
761 u64 rx_ucast_octets;
762 u64 rx_ucast_vlan;
764 u64 rx_mcast;
765 u64 rx_mcast_octets;
766 u64 rx_mcast_vlan;
768 u64 rx_bcast;
769 u64 rx_bcast_octets;
770 u64 rx_bcast_vlan;
772 u64 rx_drops;
778 u64 tx_pause[8];
779 u64 tx_zero_pause[8]; /*!< Pause cancellation */
781 u64 tx_first_pause[8];
784 u64 rx_pause[8];
785 u64 rx_zero_pause[8]; /*!< Pause cancellation */
787 u64 rx_first_pause[8];
792 u64 stats_clr_cnt; /* times this stats cleared */
793 u64 frame_64; /* both rx and tx counter */
794 u64 frame_65_127; /* both rx and tx counter */
795 u64 frame_128_255; /* both rx and tx counter */
796 u64 frame_256_511; /* both rx and tx counter */
797 u64 frame_512_1023; /* both rx and tx counter */
798 u64 frame_1024_1518; /* both rx and tx counter */
799 u64 frame_1519_1522; /* both rx and tx counter */
802 u64 rx_bytes;
803 u64 rx_packets;
804 u64 rx_fcs_error;
805 u64 rx_multicast;
806 u64 rx_broadcast;
807 u64 rx_control_frames;
808 u64 rx_pause;
809 u64 rx_unknown_opcode;
810 u64 rx_alignment_error;
811 u64 rx_frame_length_error;
812 u64 rx_code_error;
813 u64 rx_carrier_sense_error;
814 u64 rx_undersize;
815 u64 rx_oversize;
816 u64 rx_fragments;
817 u64 rx_jabber;
818 u64 rx_drop;
821 u64 tx_bytes;
822 u64 tx_packets;
823 u64 tx_multicast;
824 u64 tx_broadcast;
825 u64 tx_pause;
826 u64 tx_deferral;
827 u64 tx_excessive_deferral;
828 u64 tx_single_collision;
829 u64 tx_muliple_collision;
830 u64 tx_late_collision;
831 u64 tx_excessive_collision;
832 u64 tx_total_collision;
833 u64 tx_pause_honored;
834 u64 tx_drop;
835 u64 tx_jabber;
836 u64 tx_fcs_error;
837 u64 tx_control_frame;
838 u64 tx_oversize;
839 u64 tx_undersize;
840 u64 tx_fragments;