summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb.h
diff options
context:
space:
mode:
authorAuke Kok2006-08-31 23:27:51 +0200
committerAuke Kok2006-08-31 23:27:51 +0200
commitab8ced2fb00f3a1e1b63f8c3c61ad4262308ddc0 (patch)
tree8a0c6e990588885917675197e9b6166748d72160 /drivers/net/ixgb/ixgb.h
parentixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off) (diff)
downloadkernel-qcow2-linux-ab8ced2fb00f3a1e1b63f8c3c61ad4262308ddc0.tar.gz
kernel-qcow2-linux-ab8ced2fb00f3a1e1b63f8c3c61ad4262308ddc0.tar.xz
kernel-qcow2-linux-ab8ced2fb00f3a1e1b63f8c3c61ad4262308ddc0.zip
ixgb: recalculate after how many descriptors to wake the queue
Recalculate when to wake the queue using DESC_NEEDED instead of a static hardcoded number. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r--drivers/net/ixgb/ixgb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h
index 82b67af54c94..a4bee8cafa58 100644
--- a/drivers/net/ixgb/ixgb.h
+++ b/drivers/net/ixgb/ixgb.h
@@ -110,9 +110,6 @@ struct ixgb_adapter;
#define IXGB_RXBUFFER_8192 8192
#define IXGB_RXBUFFER_16384 16384
-/* How many Tx Descriptors do we need to call netif_wake_queue? */
-#define IXGB_TX_QUEUE_WAKE 16
-
/* How many Rx Buffers do we bundle into one write to the hardware ? */
#define IXGB_RX_BUFFER_WRITE 4 /* Must be power of 2 */