Lines Matching defs:nicvf_hw_stats
182 struct nicvf_hw_stats { struct
183 u64 rx_bytes;
184 u64 rx_frames;
185 u64 rx_ucast_frames;
186 u64 rx_bcast_frames;
187 u64 rx_mcast_frames;
188 u64 rx_drops;
189 u64 rx_drop_red;
190 u64 rx_drop_red_bytes;
191 u64 rx_drop_overrun;
192 u64 rx_drop_overrun_bytes;
193 u64 rx_drop_bcast;
194 u64 rx_drop_mcast;
195 u64 rx_drop_l3_bcast;
196 u64 rx_drop_l3_mcast;
197 u64 rx_fcs_errors;
198 u64 rx_l2_errors;
200 u64 tx_bytes;
201 u64 tx_frames;
202 u64 tx_ucast_frames;
203 u64 tx_bcast_frames;
204 u64 tx_mcast_frames;
205 u64 tx_drops;