Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184054
b: refs/heads/master
c: c887340
h: refs/heads/master
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Feb 13, 2010
1 parent 1710242 commit 040ad46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 603f11738cee4d46a2a1d394ae80d718f8d37cba
refs/heads/master: c88734054e787542ea093b02120e324e92cad882
8 changes: 4 additions & 4 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -10780,12 +10780,12 @@ static int tg3_run_loopback(struct tg3 *tp, int loopback_mode)
struct tg3_napi *tnapi, *rnapi;
struct tg3_rx_prodring_set *tpr = &tp->prodring[0];

tnapi = &tp->napi[0];
rnapi = &tp->napi[0];
if (tp->irq_cnt > 1) {
tnapi = &tp->napi[1];
rnapi = &tp->napi[1];
} else {
tnapi = &tp->napi[0];
rnapi = &tp->napi[0];
if (tp->tg3_flags3 & TG3_FLG3_ENABLE_TSS)
tnapi = &tp->napi[1];
}
coal_now = tnapi->coal_now | rnapi->coal_now;

Expand Down

0 comments on commit 040ad46

Please sign in to comment.