aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r--drivers/net/ixgb/ixgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h
index b9c37fdc8418..bdbaf5acccee 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -200,6 +200,7 @@ struct ixgb_adapter {
200 struct ixgb_hw hw; 200 struct ixgb_hw hw;
201 u16 msg_enable; 201 u16 msg_enable;
202 struct ixgb_hw_stats stats; 202 struct ixgb_hw_stats stats;
203 uint32_t alloc_rx_buff_failed;
203#ifdef CONFIG_PCI_MSI 204#ifdef CONFIG_PCI_MSI
204 boolean_t have_msi; 205 boolean_t have_msi;
205#endif 206#endif