Searched defs:nicvf_hw_stats (Results 1 – 2 of 2) sorted by relevance
192 struct nicvf_hw_stats { struct193 u64 rx_bytes;194 u64 rx_ucast_frames;195 u64 rx_bcast_frames;196 u64 rx_mcast_frames;197 u64 rx_fcs_errors;198 u64 rx_l2_errors;199 u64 rx_drop_red;200 u64 rx_drop_red_bytes;201 u64 rx_drop_overrun;[all …]
37 static const struct nicvf_stat nicvf_hw_stats[] = { variable