Lines Matching defs:port_stats

205 struct port_stats {  struct
206 u64 tx_octets; /* total # of octets in good frames */
207 u64 tx_frames; /* all good frames */
208 u64 tx_bcast_frames; /* all broadcast frames */
209 u64 tx_mcast_frames; /* all multicast frames */
210 u64 tx_ucast_frames; /* all unicast frames */
211 u64 tx_error_frames; /* all error frames */
213 u64 tx_frames_64; /* # of Tx frames in a particular range */
214 u64 tx_frames_65_127;
215 u64 tx_frames_128_255;
216 u64 tx_frames_256_511;
217 u64 tx_frames_512_1023;
218 u64 tx_frames_1024_1518;
219 u64 tx_frames_1519_max;
221 u64 tx_drop; /* # of dropped Tx frames */
222 u64 tx_pause; /* # of transmitted pause frames */
223 u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */
224 u64 tx_ppp1; /* # of transmitted PPP prio 1 frames */
225 u64 tx_ppp2; /* # of transmitted PPP prio 2 frames */
226 u64 tx_ppp3; /* # of transmitted PPP prio 3 frames */
227 u64 tx_ppp4; /* # of transmitted PPP prio 4 frames */
228 u64 tx_ppp5; /* # of transmitted PPP prio 5 frames */
229 u64 tx_ppp6; /* # of transmitted PPP prio 6 frames */
230 u64 tx_ppp7; /* # of transmitted PPP prio 7 frames */
232 u64 rx_octets; /* total # of octets in good frames */
233 u64 rx_frames; /* all good frames */
234 u64 rx_bcast_frames; /* all broadcast frames */
235 u64 rx_mcast_frames; /* all multicast frames */
236 u64 rx_ucast_frames; /* all unicast frames */
237 u64 rx_too_long; /* # of frames exceeding MTU */
238 u64 rx_jabber; /* # of jabber frames */
239 u64 rx_fcs_err; /* # of received frames with bad FCS */
240 u64 rx_len_err; /* # of received frames with length error */
241 u64 rx_symbol_err; /* symbol errors */
242 u64 rx_runt; /* # of short frames */
244 u64 rx_frames_64; /* # of Rx frames in a particular range */
245 u64 rx_frames_65_127;
246 u64 rx_frames_128_255;
247 u64 rx_frames_256_511;
248 u64 rx_frames_512_1023;
272 struct lb_port_stats { argument