diff options
Diffstat (limited to 'drivers/net/amd8111e.h')
-rw-r--r-- | drivers/net/amd8111e.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/amd8111e.h b/drivers/net/amd8111e.h index e65080a5994a..612e653610e1 100644 --- a/drivers/net/amd8111e.h +++ b/drivers/net/amd8111e.h | |||
@@ -763,6 +763,8 @@ struct amd8111e_priv{ | |||
763 | /* Reg memory mapped address */ | 763 | /* Reg memory mapped address */ |
764 | void __iomem *mmio; | 764 | void __iomem *mmio; |
765 | 765 | ||
766 | struct napi_struct napi; | ||
767 | |||
766 | spinlock_t lock; /* Guard lock */ | 768 | spinlock_t lock; /* Guard lock */ |
767 | unsigned long rx_idx, tx_idx; /* The next free ring entry */ | 769 | unsigned long rx_idx, tx_idx; /* The next free ring entry */ |
768 | unsigned long tx_complete_idx; | 770 | unsigned long tx_complete_idx; |