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