linux/drivers/net/mlx4
Eli Cohen ab6bf42e23 mlx4_core: Add module parameter for number of MTTs per segment
The current MTT allocator uses kmalloc() to allocate a buffer for its
buddy allocator, and thus is limited in the amount of MTT segments
that it can control.  As a result, the size of memory that can be
registered is limited too.  This patch uses a module parameter to
control the number of MTT entries that each segment represents,
allowing more memory to be registered with the same number of
segments.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-05-27 14:38:34 -07:00
..
alloc.c
catas.c
cmd.c
cq.c
en_cq.c
en_main.c mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails 2009-04-21 01:47:08 -07:00
en_netdev.c mlx4_en: Fix cleanup flow on cq activation 2009-04-27 02:31:31 -07:00
en_params.c
en_port.c mlx4_en: Move to SW counters for total bytes and packets 2009-04-21 01:47:07 -07:00
en_port.h
en_resources.c mlx4_en: Assign dummy event handler for TX queue 2009-04-21 01:47:05 -07:00
en_rx.c Remove unreached code in drivers/net/mlx4/en_rx.c 2009-05-12 07:38:09 -07:00
en_tx.c mlx4_en: Assign dummy event handler for TX queue 2009-04-21 01:47:05 -07:00
eq.c
fw.c
fw.h
icm.c
icm.h
intf.c
main.c mlx4_core: Add module parameter for number of MTTs per segment 2009-05-27 14:38:34 -07:00
Makefile
mcg.c
mlx4_en.h mlx4_en: Assign dummy event handler for TX queue 2009-04-21 01:47:05 -07:00
mlx4.h
mr.c mlx4_core: Add module parameter for number of MTTs per segment 2009-05-27 14:38:34 -07:00
pd.c
port.c
profile.c mlx4_core: Add module parameter for number of MTTs per segment 2009-05-27 14:38:34 -07:00
qp.c
reset.c
sense.c
srq.c