Lines Matching defs:ibmvnic_statistics
150 struct ibmvnic_statistics { struct
151 __be32 version;
152 __be32 promiscuous;
153 __be64 rx_packets;
154 __be64 rx_bytes;
155 __be64 tx_packets;
156 __be64 tx_bytes;
157 __be64 ucast_tx_packets;
158 __be64 ucast_rx_packets;
159 __be64 mcast_tx_packets;
160 __be64 mcast_rx_packets;
161 __be64 bcast_tx_packets;
162 __be64 bcast_rx_packets;
163 __be64 align_errors;
164 __be64 fcs_errors;
165 __be64 single_collision_frames;
166 __be64 multi_collision_frames;
167 __be64 sqe_test_errors;
168 __be64 deferred_tx;
169 __be64 late_collisions;
170 __be64 excess_collisions;
171 __be64 internal_mac_tx_errors;
172 __be64 carrier_sense;
173 __be64 too_long_frames;
174 __be64 internal_mac_rx_errors;
175 u8 reserved[72];