Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:st

114 	static const struct rtnl_link_stats st = {
141 IFLA_STATS, pattern, st,
142 PRINT_FIELD_U("{", st, rx_packets);
143 PRINT_FIELD_U(", ", st, tx_packets);
144 PRINT_FIELD_U(", ", st, rx_bytes);
145 PRINT_FIELD_U(", ", st, tx_bytes);
146 PRINT_FIELD_U(", ", st, rx_errors);
147 PRINT_FIELD_U(", ", st, tx_errors);
148 PRINT_FIELD_U(", ", st, rx_dropped);
149 PRINT_FIELD_U(", ", st, tx_dropped);
150 PRINT_FIELD_U(", ", st, multicast);
151 PRINT_FIELD_U(", ", st, collisions);
152 PRINT_FIELD_U(", ", st, rx_length_errors);
153 PRINT_FIELD_U(", ", st, rx_over_errors);
154 PRINT_FIELD_U(", ", st, rx_crc_errors);
155 PRINT_FIELD_U(", ", st, rx_frame_errors);
156 PRINT_FIELD_U(", ", st, rx_fifo_errors);
157 PRINT_FIELD_U(", ", st, rx_missed_errors);
158 PRINT_FIELD_U(", ", st, tx_aborted_errors);
159 PRINT_FIELD_U(", ", st, tx_carrier_errors);
160 PRINT_FIELD_U(", ", st, tx_fifo_errors);
161 PRINT_FIELD_U(", ", st, tx_heartbeat_errors);
162 PRINT_FIELD_U(", ", st, tx_window_errors);
163 PRINT_FIELD_U(", ", st, rx_compressed);
164 PRINT_FIELD_U(", ", st, tx_compressed);
166 PRINT_FIELD_U(", ", st, rx_nohandler);
175 IFLA_STATS, sizeof_stats, &st, sizeof_stats,
176 PRINT_FIELD_U("{", st, rx_packets);
177 PRINT_FIELD_U(", ", st, tx_packets);
178 PRINT_FIELD_U(", ", st, rx_bytes);
179 PRINT_FIELD_U(", ", st, tx_bytes);
180 PRINT_FIELD_U(", ", st, rx_errors);
181 PRINT_FIELD_U(", ", st, tx_errors);
182 PRINT_FIELD_U(", ", st, rx_dropped);
183 PRINT_FIELD_U(", ", st, tx_dropped);
184 PRINT_FIELD_U(", ", st, multicast);
185 PRINT_FIELD_U(", ", st, collisions);
186 PRINT_FIELD_U(", ", st, rx_length_errors);
187 PRINT_FIELD_U(", ", st, rx_over_errors);
188 PRINT_FIELD_U(", ", st, rx_crc_errors);
189 PRINT_FIELD_U(", ", st, rx_frame_errors);
190 PRINT_FIELD_U(", ", st, rx_fifo_errors);
191 PRINT_FIELD_U(", ", st, rx_missed_errors);
192 PRINT_FIELD_U(", ", st, tx_aborted_errors);
193 PRINT_FIELD_U(", ", st, tx_carrier_errors);
194 PRINT_FIELD_U(", ", st, tx_fifo_errors);
195 PRINT_FIELD_U(", ", st, tx_heartbeat_errors);
196 PRINT_FIELD_U(", ", st, tx_window_errors);
197 PRINT_FIELD_U(", ", st, rx_compressed);
198 PRINT_FIELD_U(", ", st, tx_compressed);