Lines Matching defs:ibmvnic_statistics
186 struct ibmvnic_statistics { struct
187 __be32 version;
188 __be32 promiscuous;
189 __be64 rx_packets;
190 __be64 rx_bytes;
191 __be64 tx_packets;
192 __be64 tx_bytes;
193 __be64 ucast_tx_packets;
194 __be64 ucast_rx_packets;
195 __be64 mcast_tx_packets;
196 __be64 mcast_rx_packets;
197 __be64 bcast_tx_packets;
198 __be64 bcast_rx_packets;
199 __be64 align_errors;
200 __be64 fcs_errors;
201 __be64 single_collision_frames;
202 __be64 multi_collision_frames;
203 __be64 sqe_test_errors;
204 __be64 deferred_tx;
205 __be64 late_collisions;
206 __be64 excess_collisions;
207 __be64 internal_mac_tx_errors;
208 __be64 carrier_sense;
209 __be64 too_long_frames;
210 __be64 internal_mac_rx_errors;
211 u8 reserved[72];