Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic.h222 struct nicvf_hw_stats { struct
223 uint64_t rx_bytes;
224 uint64_t rx_ucast_frames;
225 uint64_t rx_bcast_frames;
226 uint64_t rx_mcast_frames;
227 uint64_t rx_fcs_errors;
228 uint64_t rx_l2_errors;
229 uint64_t rx_drop_red;
230 uint64_t rx_drop_red_bytes;
231 uint64_t rx_drop_overrun;
[all …]