Searched refs:vmxnet3_tq_driver_stats (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 59 vmxnet3_tq_driver_stats[] = { variable 61 {" drv dropped tx total", offsetof(struct vmxnet3_tq_driver_stats, 63 { " too many frags", offsetof(struct vmxnet3_tq_driver_stats, 65 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats, 67 { " hdr err", offsetof(struct vmxnet3_tq_driver_stats, 69 { " tso", offsetof(struct vmxnet3_tq_driver_stats, 71 { " ring full", offsetof(struct vmxnet3_tq_driver_stats, 73 { " pkts linearized", offsetof(struct vmxnet3_tq_driver_stats, 75 { " hdr cloned", offsetof(struct vmxnet3_tq_driver_stats, 77 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats, [all …]
|
D | vmxnet3_int.h | 206 struct vmxnet3_tq_driver_stats { struct 250 struct vmxnet3_tq_driver_stats stats;
|