Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1325cc79 authored by Hal Rosenstock's avatar Hal Rosenstock Committed by Roland Dreier
Browse files

[PATCH] IB: Define more SA methods



ib_sa.h: Define more SA methods (initially for madeye decode)

Signed-off-by: default avatarHal Rosenstock <halr@voltaire.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 17781cd6
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,11 @@ enum {


	IB_SA_METHOD_GET_TABLE		= 0x12,
	IB_SA_METHOD_GET_TABLE		= 0x12,
	IB_SA_METHOD_GET_TABLE_RESP	= 0x92,
	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 {
enum ib_sa_selector {