Searched refs:vmxnet3_tq_driver_stats (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 60 vmxnet3_tq_driver_stats[] = { variable 62 {" drv dropped tx total", offsetof(struct vmxnet3_tq_driver_stats, 64 { " too many frags", offsetof(struct vmxnet3_tq_driver_stats, 66 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats, 68 { " hdr err", offsetof(struct vmxnet3_tq_driver_stats, 70 { " tso", offsetof(struct vmxnet3_tq_driver_stats, 72 { " ring full", offsetof(struct vmxnet3_tq_driver_stats, 74 { " pkts linearized", offsetof(struct vmxnet3_tq_driver_stats, 76 { " hdr cloned", offsetof(struct vmxnet3_tq_driver_stats, 78 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats, [all …]
|
D | vmxnet3_int.h | 217 struct vmxnet3_tq_driver_stats { struct 266 struct vmxnet3_tq_driver_stats stats;
|