freebsd-dev/sys/ofed/drivers/net/mlx4
Hans Petter Selasky 4813ad54f8 Compile fixes:
Remove duplicate "debug_ktr.mask" sysctl definition.
Remove now unused variable from "kern_ktr.c".
This fixes build of "ktr" which was broken by r267961.

Let the default value for "vm_kmem_size_scale" be zero. It is setup
after that the sysctl has been initialized from "getenv()" in the
"kmeminit()" function to equal the "VM_KMEM_SIZE_MAX" value, if
zero. On Sparc64 the "VM_KMEM_SIZE_MAX" macro is not a constant. This
fixes build of Sparc64 which was broken by r267961.

Add a special macro to dynamically create SYSCTL root nodes, because
root nodes have a special parent. This fixes build of existing OFED
module and CANBUS module for pc98 which was broken by r267961.

Add missing "sysctl.h" includes to get the needed sysctl header file
declarations. This is needed after r267961.

MFC after:	2 weeks
2014-06-28 17:36:18 +00:00
..
alloc.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
catas.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
cmd.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
cq.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_cq.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_ethtool.c Fix for bad performance when mtu is increased. 2013-11-08 18:26:28 +00:00
en_frag.c Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804 2013-08-25 09:45:26 +00:00
en_main.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_netdev.c Compile fixes: 2014-06-28 17:36:18 +00:00
en_params.c
en_port.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_port.h Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_resources.c
en_rx.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
en_selftest.c
en_tx.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
eq.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
fw.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
fw.h Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
icm.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
icm.h Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
intf.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
main.c Fixed kernel crash when removing IPOIB_CM option from configuration file 2013-10-01 15:36:51 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
mcg.c Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
mlx4_en.h Defer start/stop port to workqueues. 2013-12-15 07:07:13 +00:00
mlx4.h Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
mr.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
pd.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
port.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
profile.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
qp.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
reset.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
resource_tracker.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
sense.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
srq.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
sys_tune.c Update OFED to Linux 3.7 and update Mellanox drivers. 2013-09-29 00:35:03 +00:00
xrcd.c