summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2012-10-01 01:30:57 +0100
committerRichard Lowe <richlowe@richlowe.net>2014-08-09 19:26:45 -0400
commit588575c88d134c8f25f645542bcf36d61ac43a82 (patch)
treef50f3491945d37954fb2c8f0c1d01cc775cfb240 /usr/src/uts/common/sys
parent86635a91ceb503bad0052c7a964ec3fd28d548dc (diff)
downloadillumos-joyent-588575c88d134c8f25f645542bcf36d61ac43a82.tar.gz
5072 all rdma cm events should be in the enum
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r--usr/src/uts/common/sys/ib/clients/of/rdma/rdma_cm.h3
-rw-r--r--usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/ib/clients/of/rdma/rdma_cm.h b/usr/src/uts/common/sys/ib/clients/of/rdma/rdma_cm.h
index 9a938cb4b8..ac2bf5d564 100644
--- a/usr/src/uts/common/sys/ib/clients/of/rdma/rdma_cm.h
+++ b/usr/src/uts/common/sys/ib/clients/of/rdma/rdma_cm.h
@@ -62,7 +62,8 @@ enum rdma_cm_event_type {
RDMA_CM_EVENT_DISCONNECTED,
RDMA_CM_EVENT_DEVICE_REMOVAL,
RDMA_CM_EVENT_MULTICAST_JOIN,
- RDMA_CM_EVENT_MULTICAST_ERROR
+ RDMA_CM_EVENT_MULTICAST_ERROR,
+ RDMA_CM_EVENT_ADDR_CHANGE
};
enum rdma_port_space {
diff --git a/usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h b/usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h
index c1407bfe00..a5c597c5cb 100644
--- a/usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h
+++ b/usr/src/uts/common/sys/ib/clients/rdsv3/rdsv3_impl.h
@@ -136,8 +136,6 @@ uint_t rdsv3_one_sec_in_hz;
#define MAX_SCHEDULE_TIMEOUT (~0UL>>1)
-#define RDMA_CM_EVENT_ADDR_CHANGE 14
-
/* list */
/* copied and modified list_remove_node */
#define list_remove_node(node) \