aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2006-05-25 16:24:17 -0400
committerAuke Kok <juke-jan.h.kok@intel.com>2006-05-25 16:24:17 -0400
commit1dfdd7df21309e57867962020a5ccb83d00e5432 (patch)
tree6e04f530caa49cbc4957fcad1429fe9bb77fe5d9 /drivers/net/ixgb/ixgb.h
parentc9e055ac4fdbb52622437e0dbfdbc1d4897d2775 (diff)
ixgb: add performance enhancements to the buffer_info struct
o modify the rx refill logic and tail bump o add counter for failures Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com>
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