Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204018
b: refs/heads/master
c: 7a3acb8
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Aug 2, 2010
1 parent 4cf34a0 commit b54f376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 060e0c752b5047ee691120b75df4c16743981e50
refs/heads/master: 7a3acb852839fd8c1a590ae396e856d75c5faf7b
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb4/t4_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ struct rsp_ctrl {

#define QINTR_CNT_EN 0x1
#define QINTR_TIMER_IDX(x) ((x) << 1)
#define QINTR_TIMER_IDX_GET(x) (((x) << 1) & 0x7)
#define QINTR_TIMER_IDX_GET(x) (((x) >> 1) & 0x7)
#endif /* __T4_HW_H */

0 comments on commit b54f376

Please sign in to comment.