Deleted Added
full compact
ib_smi.h (256281) ib_smi.h (273246)
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 Voltaire Corporation. All rights reserved.
7 *
8 * This software is available to you under a choice of one of two

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

33 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 * SOFTWARE.
35 */
36
37#if !defined(IB_SMI_H)
38#define IB_SMI_H
39
40#include <rdma/ib_mad.h>
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 Voltaire Corporation. All rights reserved.
7 *
8 * This software is available to you under a choice of one of two

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

33 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 * SOFTWARE.
35 */
36
37#if !defined(IB_SMI_H)
38#define IB_SMI_H
39
40#include <rdma/ib_mad.h>
41#include <asm/byteorder.h>
41
42#define IB_SMP_DATA_SIZE 64
43#define IB_SMP_MAX_PATH_HOPS 64
44
45struct ib_smp {
46 u8 base_version;
47 u8 mgmt_class;
48 u8 class_version;

--- 80 unchanged lines hidden ---
42
43#define IB_SMP_DATA_SIZE 64
44#define IB_SMP_MAX_PATH_HOPS 64
45
46struct ib_smp {
47 u8 base_version;
48 u8 mgmt_class;
49 u8 class_version;

--- 80 unchanged lines hidden ---