Lines Matching refs:frames

64 	u64 tx_octets;		  /* total # of octets in good frames */
65 u64 tx_frames; /* all good frames */
66 u64 tx_bcast_frames; /* all broadcast frames */
67 u64 tx_mcast_frames; /* all multicast frames */
68 u64 tx_ucast_frames; /* all unicast frames */
69 u64 tx_error_frames; /* all error frames */
71 u64 tx_frames_64; /* # of Tx frames in a particular range */
79 u64 tx_drop; /* # of dropped Tx frames */
80 u64 tx_pause; /* # of transmitted pause frames */
81 u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */
82 u64 tx_ppp1; /* # of transmitted PPP prio 1 frames */
83 u64 tx_ppp2; /* # of transmitted PPP prio 2 frames */
84 u64 tx_ppp3; /* # of transmitted PPP prio 3 frames */
85 u64 tx_ppp4; /* # of transmitted PPP prio 4 frames */
86 u64 tx_ppp5; /* # of transmitted PPP prio 5 frames */
87 u64 tx_ppp6; /* # of transmitted PPP prio 6 frames */
88 u64 tx_ppp7; /* # of transmitted PPP prio 7 frames */
90 u64 rx_octets; /* total # of octets in good frames */
91 u64 rx_frames; /* all good frames */
92 u64 rx_bcast_frames; /* all broadcast frames */
93 u64 rx_mcast_frames; /* all multicast frames */
94 u64 rx_ucast_frames; /* all unicast frames */
95 u64 rx_too_long; /* # of frames exceeding MTU */
96 u64 rx_jabber; /* # of jabber frames */
97 u64 rx_fcs_err; /* # of received frames with bad FCS */
98 u64 rx_len_err; /* # of received frames with length error */
100 u64 rx_runt; /* # of short frames */
102 u64 rx_frames_64; /* # of Rx frames in a particular range */
110 u64 rx_pause; /* # of received pause frames */
111 u64 rx_ppp0; /* # of received PPP prio 0 frames */
112 u64 rx_ppp1; /* # of received PPP prio 1 frames */
113 u64 rx_ppp2; /* # of received PPP prio 2 frames */
114 u64 rx_ppp3; /* # of received PPP prio 3 frames */
115 u64 rx_ppp4; /* # of received PPP prio 4 frames */
116 u64 rx_ppp5; /* # of received PPP prio 5 frames */
117 u64 rx_ppp6; /* # of received PPP prio 6 frames */
118 u64 rx_ppp7; /* # of received PPP prio 7 frames */
132 u64 frames;
166 u32 frames;