Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158761
b: refs/heads/master
c: edbbb3c
h: refs/heads/master
i:
  158759: ff66c47
v: v3
  • Loading branch information
Jesse Brandeburg authored and David S. Miller committed Jul 7, 2009
1 parent 46f2a2d commit 93e1e43
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 39 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94c9e5a89349a1f1ebabe0876c059dc387b8b2a0
refs/heads/master: edbbb3ca107715067b27a71e6ea7f58750912aa2
4 changes: 3 additions & 1 deletion trunk/drivers/net/e1000/e1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ do { \
#define E1000_FC_HIGH_DIFF 0x1638 /* High: 5688 bytes below Rx FIFO size */
#define E1000_FC_LOW_DIFF 0x1640 /* Low: 5696 bytes below Rx FIFO size */

#define E1000_FC_PAUSE_TIME 0x0680 /* 858 usec */
#define E1000_FC_PAUSE_TIME 0xFFFF /* pause for the max or until send xon */

/* How many Tx Descriptors do we need to call netif_wake_queue ? */
#define E1000_TX_QUEUE_WAKE 16
Expand All @@ -164,6 +164,7 @@ do { \
struct e1000_buffer {
struct sk_buff *skb;
dma_addr_t dma;
struct page *page;
unsigned long time_stamp;
u16 length;
u16 next_to_watch;
Expand Down Expand Up @@ -205,6 +206,7 @@ struct e1000_rx_ring {
unsigned int next_to_clean;
/* array of buffer information structs */
struct e1000_buffer *buffer_info;
struct sk_buff *rx_skb_top;

/* cpu for rx queue */
int cpu;
Expand Down
Loading

0 comments on commit 93e1e43

Please sign in to comment.