Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_int.h210 struct vmxnet3_tq_driver_stats { struct
211 u64 drop_total; /* # of pkts dropped by the driver, the
215 u64 drop_too_many_frags;
216 u64 drop_oversized_hdr;
217 u64 drop_hdr_inspect_err;
218 u64 drop_tso;
220 u64 tx_ring_full;
221 u64 linearized; /* # of pkts linearized */
223 u64 oversized_hdr;
225 u64 xdp_xmit;
[all …]
H A Dvmxnet3_ethtool.c60 vmxnet3_tq_driver_stats[] = { variable