Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265754
b: refs/heads/master
c: 7f23073
h: refs/heads/master
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Sep 15, 2011
1 parent 38fda9c commit 52453c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: b99d2a57b7d9e9e64e9193d70696b77ed035c311
refs/heads/master: 7f23073515c83e8a7261462329b6f26f211126d7
5 changes: 2 additions & 3 deletions trunk/drivers/net/ethernet/broadcom/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -8105,7 +8105,7 @@ static void tg3_rings_reset(struct tg3 *tp)
tw32_mailbox(tp->napi[i].prodmbox, 0);
tw32_rx_mbox(tp->napi[i].consmbox, 0);
tw32_mailbox_f(tp->napi[i].int_mbox, 1);
tp->napi[0].chk_msi_cnt = 0;
tp->napi[i].chk_msi_cnt = 0;
tp->napi[i].last_rx_cons = 0;
tp->napi[i].last_tx_cons = 0;
}
Expand Down Expand Up @@ -9185,8 +9185,7 @@ static void tg3_chk_missed_msi(struct tg3 *tp)
tnapi->chk_msi_cnt++;
return;
}
tw32_mailbox(tnapi->int_mbox,
tnapi->last_tag << 24);
tg3_msi(0, tnapi);
}
}
tnapi->chk_msi_cnt = 0;
Expand Down

0 comments on commit 52453c9

Please sign in to comment.