Searched defs:nicvf_hw_stats (Results 1 – 2 of 2) sorted by relevance
185 struct nicvf_hw_stats { struct186 u64 rx_bytes;187 u64 rx_frames;188 u64 rx_ucast_frames;189 u64 rx_bcast_frames;190 u64 rx_mcast_frames;191 u64 rx_drops;192 u64 rx_drop_red;193 u64 rx_drop_red_bytes;194 u64 rx_drop_overrun;[all …]
39 static const struct nicvf_stat nicvf_hw_stats[] = { variable