Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109245
b: refs/heads/master
c: 373a5e0
h: refs/heads/master
i:
  109243: 86ee6cb
v: v3
  • Loading branch information
Jeff Garzik authored and Jeff Garzik committed Aug 27, 2008
1 parent 2f97605 commit 884c3e7
Show file tree
Hide file tree
Showing 16 changed files with 294 additions and 163 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: c4560318cf8fed91e3146a3c1247e11542d91d91
refs/heads/master: 373a5e0247933695d06c11061baab9673b4e717c
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ struct bnx2x_fastpath {
(fp->tx_pkt_prod != fp->tx_pkt_cons))

#define BNX2X_HAS_RX_WORK(fp) \
(fp->rx_comp_cons != le16_to_cpu(*fp->rx_cons_sb))
(fp->rx_comp_cons != rx_cons_sb)

#define BNX2X_HAS_WORK(fp) (BNX2X_HAS_RX_WORK(fp) || BNX2X_HAS_TX_WORK(fp))

Expand Down
Loading

0 comments on commit 884c3e7

Please sign in to comment.