Searched refs:vmxnet3_tq_driver_stats (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/vmxnet3/ |
| A D | vmxnet3_ethtool.c | 60 vmxnet3_tq_driver_stats[] = { variable 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, 76 { " hdr cloned", offsetof(struct vmxnet3_tq_driver_stats, 78 { " giant hdr", offsetof(struct vmxnet3_tq_driver_stats, 80 { " xdp xmit", offsetof(struct vmxnet3_tq_driver_stats, 140 struct vmxnet3_tq_driver_stats *drvTxStats; in vmxnet3_get_stats64() 191 ARRAY_SIZE(vmxnet3_tq_driver_stats)) * in vmxnet3_get_sset_count() 250 ethtool_puts(&buf, vmxnet3_tq_driver_stats[i].desc); in vmxnet3_get_strings() [all …]
|
| A D | vmxnet3_int.h | 217 struct vmxnet3_tq_driver_stats { struct 266 struct vmxnet3_tq_driver_stats stats;
|
Completed in 8 milliseconds