sysfs.c (1d4ae4a119e5ba711f12b05cdf27f794460add4b) sysfs.c (8c65b4a60450590e79a28e9717ceffa9e4debb3f)
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved.
4 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

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

31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 *
34 * $Id: sysfs.c 1349 2004-12-16 21:09:43Z roland $
35 */
36
37#include "core_priv.h"
38
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Mellanox Technologies Ltd. All rights reserved.
4 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

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

31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 *
34 * $Id: sysfs.c 1349 2004-12-16 21:09:43Z roland $
35 */
36
37#include "core_priv.h"
38
39#include <linux/slab.h>
40#include <linux/string.h>
41
39#include <rdma/ib_mad.h>
40
41struct ib_port {
42 struct kobject kobj;
43 struct ib_device *ibdev;
44 struct attribute_group gid_group;
45 struct attribute_group pkey_group;
46 u8 port_num;

--- 710 unchanged lines hidden ---
42#include <rdma/ib_mad.h>
43
44struct ib_port {
45 struct kobject kobj;
46 struct ib_device *ibdev;
47 struct attribute_group gid_group;
48 struct attribute_group pkey_group;
49 u8 port_num;

--- 710 unchanged lines hidden ---