kernel-ark/drivers/infiniband/hw/mthca
Ishai Rabinovitz 8d3ef29d6b IB/mthca: Use an enum for HCA page size
Use a named enum for the HCA's internal page size, rather than having
magic values of 4096 and shifts by 12 all over the code.  Also, fix
one minor bug in EQ handling: only one HCA page is mapped to the HCA
during initialization, but a full kernel page is unmapped during
cleanup.  This might cause problems when PAGE_SIZE != 4096.

Signed-off-by: Ishai Rabinovitz <ishai@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-03-20 10:08:19 -08:00
..
Kconfig
Makefile
mthca_allocator.c
mthca_av.c IB/mthca: Implement query_ah method 2006-03-20 10:08:17 -08:00
mthca_catas.c
mthca_cmd.c IB/mthca: Use an enum for HCA page size 2006-03-20 10:08:19 -08:00
mthca_cmd.h IB/mthca: Support for query QP and SRQ 2006-03-20 10:08:15 -08:00
mthca_config_reg.h
mthca_cq.c IB/mthca: Add device-specific support for resizing CQs 2006-03-20 10:08:08 -08:00
mthca_dev.h IB/mthca: Implement query_ah method 2006-03-20 10:08:17 -08:00
mthca_doorbell.h
mthca_eq.c IB/mthca: Use an enum for HCA page size 2006-03-20 10:08:19 -08:00
mthca_mad.c IB/mthca: Add modify_device method to set node description 2006-03-20 10:08:10 -08:00
mthca_main.c
mthca_mcg.c IB/mthca: Whitespace cleanups 2006-03-20 10:08:09 -08:00
mthca_memfree.c IB/mthca: Use an enum for HCA page size 2006-03-20 10:08:19 -08:00
mthca_memfree.h IB/mthca: Use an enum for HCA page size 2006-03-20 10:08:19 -08:00
mthca_mr.c IB: Enable FMR pool user to set page size 2006-03-20 10:08:10 -08:00
mthca_pd.c
mthca_profile.c
mthca_profile.h
mthca_provider.c IB/mthca: Implement query_ah method 2006-03-20 10:08:17 -08:00
mthca_provider.h IB/mthca: Add device-specific support for resizing CQs 2006-03-20 10:08:08 -08:00
mthca_qp.c IB/mthca: Check alternate P_Key index when setting alternate path 2006-03-20 10:08:18 -08:00
mthca_reset.c
mthca_srq.c IB/mthca: Return actual capacity from create_srq 2006-03-20 10:08:16 -08:00
mthca_uar.c
mthca_user.h IB/mthca: Add device-specific support for resizing CQs 2006-03-20 10:08:08 -08:00
mthca_wqe.h