freebsd-dev/sys/ofed/drivers/infiniband/core
Dimitry Andric 3910bc633f Redo r242842, now actually fixing the warnings, as follows:
- In sys/ofed/drivers/infiniband/core/cma.c, an enum struct member is
  interpreted as an int, so cast it to an int.
- In sys/ofed/drivers/infiniband/core/ud_header.c, initialize the
  packet_length variable in ib_ud_header_init(), to prevent undefined
  behaviour.
- In sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c, call rdma_notify()
  with the correct enum type and value.
- In sys/ofed/include/linux/pci.h, change the PCI_DEVICE and PCI_VDEVICE
  macros to use C99 struct initializers, so additional members can be
  overridden.

Reviewed by:	delphij, Garrett Cooper <yanegomi@gmail.com>
MFC after:	1 week
2012-11-12 22:01:29 +00:00
..
addr.c Add OFED and the associated options and drivers to x86 LINT builds: 2012-04-12 14:01:06 +00:00
agent.c
agent.h
cache.c
cm_msgs.h
cm.c
cma.c Redo r242842, now actually fixing the warnings, as follows: 2012-11-12 22:01:29 +00:00
core_priv.h
device.c
fmr_pool.c Fix build of OFED bits with debugging options enabled. 2012-03-19 19:53:53 +00:00
iwcm.c - Updated TOE support in the kernel. 2012-06-19 07:34:13 +00:00
iwcm.h
local_sa.c
mad_priv.h
mad_rmpp.c
mad_rmpp.h
mad.c
Makefile
multicast.c
notice.c
packer.c
sa_query.c
sa.h
smi.c
smi.h
sysfs.c
ucm.c
ucma.c
ud_header.c Redo r242842, now actually fixing the warnings, as follows: 2012-11-12 22:01:29 +00:00
umem.c
user_mad.c
uverbs_cmd.c
uverbs_main.c
uverbs_marshall.c
uverbs.h
verbs.c