diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ixgbe/ixgbe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h index 5e38de79fbbd..ed8703cfffb7 100644 --- a/drivers/net/ixgbe/ixgbe.h +++ b/drivers/net/ixgbe/ixgbe.h | |||
@@ -182,8 +182,9 @@ struct ixgbe_ring { | |||
182 | */ | 182 | */ |
183 | 183 | ||
184 | struct ixgbe_queue_stats stats; | 184 | struct ixgbe_queue_stats stats; |
185 | unsigned long reinit_state; | 185 | struct u64_stats_sync syncp; |
186 | int numa_node; | 186 | int numa_node; |
187 | unsigned long reinit_state; | ||
187 | u64 rsc_count; /* stat for coalesced packets */ | 188 | u64 rsc_count; /* stat for coalesced packets */ |
188 | u64 rsc_flush; /* stats for flushed packets */ | 189 | u64 rsc_flush; /* stats for flushed packets */ |
189 | u32 restart_queue; /* track tx queue restarts */ | 190 | u32 restart_queue; /* track tx queue restarts */ |