Lines Matching defs:port_stats
82 struct port_stats { struct
83 u64 tx_octets; /* total # of octets in good frames */
84 u64 tx_frames; /* all good frames */
85 u64 tx_bcast_frames; /* all broadcast frames */
86 u64 tx_mcast_frames; /* all multicast frames */
87 u64 tx_ucast_frames; /* all unicast frames */
88 u64 tx_error_frames; /* all error frames */
90 u64 tx_frames_64; /* # of Tx frames in a particular range */
91 u64 tx_frames_65_127;
92 u64 tx_frames_128_255;
93 u64 tx_frames_256_511;
94 u64 tx_frames_512_1023;
95 u64 tx_frames_1024_1518;
96 u64 tx_frames_1519_max;
98 u64 tx_drop; /* # of dropped Tx frames */
99 u64 tx_pause; /* # of transmitted pause frames */
100 u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */
101 u64 tx_ppp1; /* # of transmitted PPP prio 1 frames */
102 u64 tx_ppp2; /* # of transmitted PPP prio 2 frames */
103 u64 tx_ppp3; /* # of transmitted PPP prio 3 frames */
104 u64 tx_ppp4; /* # of transmitted PPP prio 4 frames */
105 u64 tx_ppp5; /* # of transmitted PPP prio 5 frames */
106 u64 tx_ppp6; /* # of transmitted PPP prio 6 frames */
107 u64 tx_ppp7; /* # of transmitted PPP prio 7 frames */
109 u64 rx_octets; /* total # of octets in good frames */
110 u64 rx_frames; /* all good frames */
111 u64 rx_bcast_frames; /* all broadcast frames */
112 u64 rx_mcast_frames; /* all multicast frames */
113 u64 rx_ucast_frames; /* all unicast frames */
114 u64 rx_too_long; /* # of frames exceeding MTU */
115 u64 rx_jabber; /* # of jabber frames */
116 u64 rx_fcs_err; /* # of received frames with bad FCS */
117 u64 rx_len_err; /* # of received frames with length error */
118 u64 rx_symbol_err; /* symbol errors */
119 u64 rx_runt; /* # of short frames */
121 u64 rx_frames_64; /* # of Rx frames in a particular range */
122 u64 rx_frames_65_127;
123 u64 rx_frames_128_255;
124 u64 rx_frames_256_511;
125 u64 rx_frames_512_1023;
149 struct lb_port_stats { argument