Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h192 struct nicvf_hw_stats { struct
193 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 …]
Dnicvf_ethtool.c37 static const struct nicvf_stat nicvf_hw_stats[] = { variable