verbs.c (2fc2991175bf77395e6b15fe6b2304d3bf72da40) verbs.c (8c65b4a60450590e79a28e9717ceffa9e4debb3f)
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 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
8 * Copyright (c) 2005 Cisco Systems. All rights reserved.

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

35 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 * SOFTWARE.
37 *
38 * $Id: verbs.c 1349 2004-12-16 21:09:43Z roland $
39 */
40
41#include <linux/errno.h>
42#include <linux/err.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 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
8 * Copyright (c) 2005 Cisco Systems. All rights reserved.

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

35 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 * SOFTWARE.
37 *
38 * $Id: verbs.c 1349 2004-12-16 21:09:43Z roland $
39 */
40
41#include <linux/errno.h>
42#include <linux/err.h>
43#include <linux/string.h>
43
44#include <rdma/ib_verbs.h>
45#include <rdma/ib_cache.h>
46
47/* Protection domains */
48
49struct ib_pd *ib_alloc_pd(struct ib_device *device)
50{

--- 494 unchanged lines hidden ---
44
45#include <rdma/ib_verbs.h>
46#include <rdma/ib_cache.h>
47
48/* Protection domains */
49
50struct ib_pd *ib_alloc_pd(struct ib_device *device)
51{

--- 494 unchanged lines hidden ---