Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/vmxnet3/
Dvmxnet3_int.h206 struct vmxnet3_tq_driver_stats { struct
207 u64 drop_total; /* # of pkts dropped by the driver, the
211 u64 drop_too_many_frags;
212 u64 drop_oversized_hdr;
213 u64 drop_hdr_inspect_err;
214 u64 drop_tso;
216 u64 tx_ring_full;
217 u64 linearized; /* # of pkts linearized */
218 u64 copy_skb_header; /* # of times we have to copy skb header */
219 u64 oversized_hdr;
Dvmxnet3_ethtool.c59 vmxnet3_tq_driver_stats[] = { variable