Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224480
b: refs/heads/master
c: 07ae8fc
h: refs/heads/master
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Nov 24, 2010
1 parent 5cd8b96 commit 2a383c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: cf79003d598b1f82a4caa0564107283b4f560e14
refs/heads/master: 07ae8fc00bcc97d2f896b257da225a0789b0aa5d
12 changes: 6 additions & 6 deletions trunk/drivers/net/tg3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2715,17 +2715,17 @@ struct tg3_napi {
u32 last_irq_tag;
u32 int_mbox;
u32 coal_now;
u32 tx_prod;
u32 tx_cons;
u32 tx_pending;
u32 prodmbox;

u32 consmbox;
u32 consmbox ____cacheline_aligned;
u32 rx_rcb_ptr;
u16 *rx_rcb_prod_idx;
struct tg3_rx_prodring_set prodring;

struct tg3_rx_buffer_desc *rx_rcb;

u32 tx_prod ____cacheline_aligned;
u32 tx_cons;
u32 tx_pending;
u32 prodmbox;
struct tg3_tx_buffer_desc *tx_ring;
struct ring_info *tx_buffers;

Expand Down

0 comments on commit 2a383c5

Please sign in to comment.