Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67113
b: refs/heads/master
c: 08c283a
h: refs/heads/master
i:
  67111: 48a9839
v: v3
  • Loading branch information
Hoang-Nam Nguyen authored and Roland Dreier committed Oct 10, 2007
1 parent b22fe28 commit daf03fe
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: 39089e77741a53874eb8a29e4516bbafcc29298a
refs/heads/master: 08c283ac262d7ab21c5733ff469ff88985381ca9
8 changes: 4 additions & 4 deletions trunk/drivers/infiniband/hw/ehca/ehca_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ struct ehca_sport {
struct ehca_sma_attr saved_attr;
};

#define HCA_CAP_MR_PGSIZE_4K 1
#define HCA_CAP_MR_PGSIZE_64K 2
#define HCA_CAP_MR_PGSIZE_1M 4
#define HCA_CAP_MR_PGSIZE_16M 8
#define HCA_CAP_MR_PGSIZE_4K 0x80000000
#define HCA_CAP_MR_PGSIZE_64K 0x40000000
#define HCA_CAP_MR_PGSIZE_1M 0x20000000
#define HCA_CAP_MR_PGSIZE_16M 0x10000000

struct ehca_shca {
struct ib_device ib_device;
Expand Down

0 comments on commit daf03fe

Please sign in to comment.