Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177127
b: refs/heads/master
c: 8ac7f6e
h: refs/heads/master
i:
  177125: d4547b2
  177123: faded8c
  177119: 22762f3
v: v3
  • Loading branch information
Faisal Latif authored and Roland Dreier committed Dec 9, 2009
1 parent 3e28397 commit e41fa26
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: 9b84dbe7f479a5a5fa53d689c2adf214ce7760e5
refs/heads/master: 8ac7f6e1af5309d4fdf6805fb64ef48c1c820d85
8 changes: 4 additions & 4 deletions trunk/drivers/infiniband/hw/nes/nes_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,16 +534,16 @@ static int nes_query_device(struct ib_device *ibdev, struct ib_device_attr *prop
props->max_sge_rd = 1;
switch (nesdev->nesadapter->max_irrq_wr) {
case 0:
props->max_qp_rd_atom = 1;
props->max_qp_rd_atom = 2;
break;
case 1:
props->max_qp_rd_atom = 4;
props->max_qp_rd_atom = 8;
break;
case 2:
props->max_qp_rd_atom = 16;
props->max_qp_rd_atom = 32;
break;
case 3:
props->max_qp_rd_atom = 32;
props->max_qp_rd_atom = 64;
break;
default:
props->max_qp_rd_atom = 0;
Expand Down

0 comments on commit e41fa26

Please sign in to comment.