Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109239
b: refs/heads/master
c: 819ddca
h: refs/heads/master
i:
  109237: 5f2bb09
  109235: 7dffe58
  109231: 99a54c9
v: v3
  • Loading branch information
Lennert Buytenhek authored and Lennert Buytenhek committed Aug 24, 2008
1 parent 387fd7e commit e4283f8
Show file tree
Hide file tree
Showing 20 changed files with 181 additions and 331 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: d994af0d50efc96b2077978fe9f066992639d525
refs/heads/master: 819ddcafb33136f2ba18018a22edcf857f640528
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 != rx_cons_sb)
(fp->rx_comp_cons != le16_to_cpu(*fp->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 e4283f8

Please sign in to comment.