Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8515
b: refs/heads/master
c: 2e9f7cb
h: refs/heads/master
i:
  8513: 346d7a5
  8511: d2fe88e
v: v3
  • Loading branch information
Roland Dreier authored and Roland Dreier committed Sep 9, 2005
1 parent 5fdc325 commit 965e46a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbed8eee70cf7e11fbf231afafc0ccb313acc62e
refs/heads/master: 2e9f7cb7869059e55cd91f5e23c6380f3763db56
21 changes: 21 additions & 0 deletions trunk/include/rdma/ib_mad.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,27 @@ struct ib_vendor_mad {
u8 data[216];
};

struct ib_class_port_info
{
u8 base_version;
u8 class_version;
__be16 capability_mask;
u8 reserved[3];
u8 resp_time_value;
u8 redirect_gid[16];
__be32 redirect_tcslfl;
__be16 redirect_lid;
__be16 redirect_pkey;
__be32 redirect_qp;
__be32 redirect_qkey;
u8 trap_gid[16];
__be32 trap_tcslfl;
__be16 trap_lid;
__be16 trap_pkey;
__be32 trap_hlqp;
__be32 trap_qkey;
};

/**
* ib_mad_send_buf - MAD data buffer and work request for sends.
* @mad: References an allocated MAD data buffer. The size of the data
Expand Down

0 comments on commit 965e46a

Please sign in to comment.