Deleted Added
full compact
rdma_cma.c (195699) rdma_cma.c (196019)
1/*
2 * Copyright (c) 2005 Voltaire Inc. All rights reserved.
3 * Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved.
4 * Copyright (c) 1999-2005, Mellanox Technologies, Inc. All rights reserved.
5 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved.
6 *
7 * This Software is licensed under one of the following licenses:
8 *

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

25 *
26 * Redistributions in binary form must reproduce both the above copyright
27 * notice, one of the license notices in the documentation
28 * and/or other materials provided with the distribution.
29 *
30 */
31
32#include <sys/cdefs.h>
1/*
2 * Copyright (c) 2005 Voltaire Inc. All rights reserved.
3 * Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved.
4 * Copyright (c) 1999-2005, Mellanox Technologies, Inc. All rights reserved.
5 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved.
6 *
7 * This Software is licensed under one of the following licenses:
8 *

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

25 *
26 * Redistributions in binary form must reproduce both the above copyright
27 * notice, one of the license notices in the documentation
28 * and/or other materials provided with the distribution.
29 *
30 */
31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/contrib/rdma/rdma_cma.c 195699 2009-07-14 22:48:30Z rwatson $");
33__FBSDID("$FreeBSD: head/sys/contrib/rdma/rdma_cma.c 196019 2009-08-01 19:26:27Z rwatson $");
34
35#include <sys/param.h>
36#include <sys/condvar.h>
37#include <sys/systm.h>
38#include <sys/kernel.h>
39#include <sys/libkern.h>
40#include <sys/socket.h>
41#include <sys/module.h>
42#include <sys/lock.h>
43#include <sys/mutex.h>
44#include <sys/rwlock.h>
45#include <sys/queue.h>
46#include <sys/taskqueue.h>
47#include <sys/priv.h>
48#include <sys/syslog.h>
34
35#include <sys/param.h>
36#include <sys/condvar.h>
37#include <sys/systm.h>
38#include <sys/kernel.h>
39#include <sys/libkern.h>
40#include <sys/socket.h>
41#include <sys/module.h>
42#include <sys/lock.h>
43#include <sys/mutex.h>
44#include <sys/rwlock.h>
45#include <sys/queue.h>
46#include <sys/taskqueue.h>
47#include <sys/priv.h>
48#include <sys/syslog.h>
49#include <sys/vimage.h>
50
51#include <net/if.h>
52#include <netinet/in.h>
53#include <netinet/in_pcb.h>
54
55#include <contrib/rdma/rdma_cm.h>
56#include <contrib/rdma/ib_cache.h>
57#include <contrib/rdma/ib_cm.h>

--- 2944 unchanged lines hidden ---
49
50#include <net/if.h>
51#include <netinet/in.h>
52#include <netinet/in_pcb.h>
53
54#include <contrib/rdma/rdma_cm.h>
55#include <contrib/rdma/ib_cache.h>
56#include <contrib/rdma/ib_cm.h>

--- 2944 unchanged lines hidden ---