From: Sean Hefty <[email protected]>

Signed-off-by: Sean Hefty <[email protected]>
---
 include/infiniband/umad_sa.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/include/infiniband/umad_sa.h b/include/infiniband/umad_sa.h
index f3e161e..a83b9f9 100644
--- a/include/infiniband/umad_sa.h
+++ b/include/infiniband/umad_sa.h
@@ -60,6 +60,17 @@ enum {
        UMAD_SA_METHOD_GET_TRACE_TABLE  = 0x13
 };
 
+enum {
+       UMAD_SA_STATUS_SUCCESS          = 0,
+       UMAD_SA_STATUS_NO_RESOURCES     = 1,
+       UMAD_SA_STATUS_REQ_INVALID      = 2,
+       UMAD_SA_STATUS_NO_RECORDS       = 3,
+       UMAD_SA_STATUS_TOO_MANY_RECORDS = 4,
+       UMAD_SA_STATUS_INVALID_GID      = 5,
+       UMAD_SA_STATUS_INSUF_COMPS      = 6,
+       UMAD_SA_STATUS_REQ_DENIED       = 7
+};
+
 /* SA attributes */
 enum {
        UMAD_SA_ATTR_NODE_REC           = 0x0011,
-- 
1.7.3

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to