Deleted Added
full compact
ib_mad.h (255932) ib_mad.h (278886)
1/*
2 * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved.
3 * Copyright (c) 2004 Infinicon Corporation. All rights reserved.
4 * Copyright (c) 2004 Intel Corporation. All rights reserved.
5 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
6 * Copyright (c) 2004-2006 Voltaire Corporation. All rights reserved.
7 *
8 * This software is available to you under a choice of one of two

--- 63 unchanged lines hidden (view full) ---

72#define IB_MGMT_METHOD_REPORT_RESP 0x86
73#define IB_MGMT_METHOD_TRAP_REPRESS 0x07
74
75#define IB_MGMT_METHOD_RESP 0x80
76#define IB_BM_ATTR_MOD_RESP cpu_to_be32(1)
77
78#define IB_MGMT_MAX_METHODS 128
79
1/*
2 * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved.
3 * Copyright (c) 2004 Infinicon Corporation. All rights reserved.
4 * Copyright (c) 2004 Intel Corporation. All rights reserved.
5 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
6 * Copyright (c) 2004-2006 Voltaire Corporation. All rights reserved.
7 *
8 * This software is available to you under a choice of one of two

--- 63 unchanged lines hidden (view full) ---

72#define IB_MGMT_METHOD_REPORT_RESP 0x86
73#define IB_MGMT_METHOD_TRAP_REPRESS 0x07
74
75#define IB_MGMT_METHOD_RESP 0x80
76#define IB_BM_ATTR_MOD_RESP cpu_to_be32(1)
77
78#define IB_MGMT_MAX_METHODS 128
79
80/* MAD Status field bit masks */
81#define IB_MGMT_MAD_STATUS_SUCCESS 0x0000
82#define IB_MGMT_MAD_STATUS_BUSY 0x0001
83#define IB_MGMT_MAD_STATUS_REDIRECT_REQD 0x0002
84#define IB_MGMT_MAD_STATUS_BAD_VERSION 0x0004
85#define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD 0x0008
86#define IB_MGMT_MAD_STATUS_UNSUPPORTED_METHOD_ATTRIB 0x000c
87#define IB_MGMT_MAD_STATUS_INVALID_ATTRIB_VALUE 0x001c
88
80/* RMPP information */
81#define IB_MGMT_RMPP_VERSION 1
82
83#define IB_MGMT_RMPP_TYPE_DATA 1
84#define IB_MGMT_RMPP_TYPE_ACK 2
85#define IB_MGMT_RMPP_TYPE_STOP 3
86#define IB_MGMT_RMPP_TYPE_ABORT 4
87

--- 568 unchanged lines hidden ---
89/* RMPP information */
90#define IB_MGMT_RMPP_VERSION 1
91
92#define IB_MGMT_RMPP_TYPE_DATA 1
93#define IB_MGMT_RMPP_TYPE_ACK 2
94#define IB_MGMT_RMPP_TYPE_STOP 3
95#define IB_MGMT_RMPP_TYPE_ABORT 4
96

--- 568 unchanged lines hidden ---