diff options
| author | Michael Brown | 2010-09-15 20:25:05 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-15 20:25:05 +0200 |
| commit | 52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab (patch) | |
| tree | d8b88315c25088f824ee97b0b0faf4945311445a /src/include/ipxe/ib_cm.h | |
| parent | [e1000] Strip the Ethernet CRC from received packets (diff) | |
| download | ipxe-52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab.tar.gz ipxe-52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab.tar.xz ipxe-52e54a8c69351ee1455f8fbf2a9cd5d27d42f7ab.zip | |
[infiniband] Match GID/GUID terminology as used in the IBA
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/ib_cm.h')
| -rw-r--r-- | src/include/ipxe/ib_cm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ipxe/ib_cm.h b/src/include/ipxe/ib_cm.h index 136e4943b..7d08cd9b1 100644 --- a/src/include/ipxe/ib_cm.h +++ b/src/include/ipxe/ib_cm.h @@ -42,7 +42,7 @@ struct ib_connection { /** Remote communication ID */ uint32_t remote_id; /** Target service ID */ - struct ib_gid_half service_id; + union ib_guid service_id; /** Connection operations */ struct ib_connection_operations *op; @@ -62,7 +62,7 @@ struct ib_connection { extern struct ib_connection * ib_create_conn ( struct ib_device *ibdev, struct ib_queue_pair *qp, - struct ib_gid *dgid, struct ib_gid_half *service_id, + union ib_gid *dgid, union ib_guid *service_id, void *req_private_data, size_t req_private_data_len, struct ib_connection_operations *op ); extern void ib_destroy_conn ( struct ib_device *ibdev, |
