Searched refs:vmxnet3_rq_driver_stats (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 104 vmxnet3_rq_driver_stats[] = { variable 106 { " drv dropped rx total", offsetof(struct vmxnet3_rq_driver_stats, 108 { " err", offsetof(struct vmxnet3_rq_driver_stats, 110 { " fcs", offsetof(struct vmxnet3_rq_driver_stats, 112 { " rx buf alloc fail", offsetof(struct vmxnet3_rq_driver_stats, 114 { " xdp packets", offsetof(struct vmxnet3_rq_driver_stats, 116 { " xdp tx", offsetof(struct vmxnet3_rq_driver_stats, 118 { " xdp redirects", offsetof(struct vmxnet3_rq_driver_stats, 120 { " xdp drops", offsetof(struct vmxnet3_rq_driver_stats, 122 { " xdp aborted", offsetof(struct vmxnet3_rq_driver_stats, [all …]
|
D | vmxnet3_int.h | 302 struct vmxnet3_rq_driver_stats { struct 340 struct vmxnet3_rq_driver_stats stats;
|