diff options
author | Hal Rosenstock <halr@voltaire.com> | 2005-09-09 13:45:51 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-09-09 13:45:51 -0700 |
commit | 1325cc79163058739b70bed9860fccbecac6236b (patch) | |
tree | 5c1391168a500e9cf27f47196a4074b2bb28249b /include/rdma | |
parent | 17781cd6186cb3472ff34b2d9a15e647bd311e8b (diff) |
[PATCH] IB: Define more SA methods
ib_sa.h: Define more SA methods (initially for madeye decode)
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_sa.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/rdma/ib_sa.h b/include/rdma/ib_sa.h index c022edfc49da..0f4f5ec85e82 100644 --- a/include/rdma/ib_sa.h +++ b/include/rdma/ib_sa.h @@ -46,7 +46,11 @@ enum { IB_SA_METHOD_GET_TABLE = 0x12, IB_SA_METHOD_GET_TABLE_RESP = 0x92, - IB_SA_METHOD_DELETE = 0x15 + IB_SA_METHOD_DELETE = 0x15, + IB_SA_METHOD_DELETE_RESP = 0x95, + IB_SA_METHOD_GET_MULTI = 0x14, + IB_SA_METHOD_GET_MULTI_RESP = 0x94, + IB_SA_METHOD_GET_TRACE_TBL = 0x13 }; enum ib_sa_selector { |