Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_stats.h10 struct vnic_tx_stats { struct
11 uint64_t tx_frames_ok;
12 uint64_t tx_unicast_frames_ok;
13 uint64_t tx_multicast_frames_ok;
15 uint64_t tx_bytes_ok;
16 uint64_t tx_unicast_bytes_ok;
17 uint64_t tx_multicast_bytes_ok;
19 uint64_t tx_drops;
20 uint64_t tx_errors;
21 uint64_t tx_tso;
[all …]