summaryrefslogtreecommitdiff
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2006-05-25 13:24:17 -0700
committerAuke Kok <juke-jan.h.kok@intel.com>2006-05-25 13:24:17 -0700
commit1dfdd7df21309e57867962020a5ccb83d00e5432 (patch)
tree6e04f530caa49cbc4957fcad1429fe9bb77fe5d9 /drivers/net/ixgb/ixgb.h
parentc9e055ac4fdbb52622437e0dbfdbc1d4897d2775 (diff)
downloadlinux-3.10-1dfdd7df21309e57867962020a5ccb83d00e5432.tar.gz
linux-3.10-1dfdd7df21309e57867962020a5ccb83d00e5432.tar.bz2
linux-3.10-1dfdd7df21309e57867962020a5ccb83d00e5432.zip
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 b9c37fdc841..bdbaf5accce 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -200,6 +200,7 @@ struct ixgb_adapter {
struct ixgb_hw hw;
u16 msg_enable;
struct ixgb_hw_stats stats;
+ uint32_t alloc_rx_buff_failed;
#ifdef CONFIG_PCI_MSI
boolean_t have_msi;
#endif