Home
last modified time | relevance | path

Searched defs:nicvf_hw_stats (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h182 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;
[all …]
H A Dnicvf_ethtool.c36 static const struct nicvf_stat nicvf_hw_stats[] = { variable