Lines Matching defs:vmxnet3_tq_driver_stats
217 struct vmxnet3_tq_driver_stats { struct
218 u64 drop_total; /* # of pkts dropped by the driver, the
222 u64 drop_too_many_frags;
223 u64 drop_oversized_hdr;
224 u64 drop_hdr_inspect_err;
225 u64 drop_tso;
227 u64 tx_ring_full;
228 u64 linearized; /* # of pkts linearized */
229 u64 copy_skb_header; /* # of times we have to copy skb header */
230 u64 oversized_hdr;
232 u64 xdp_xmit;
233 u64 xdp_xmit_err;