Directory | Files | |
---|---|---|
.. | 1 | |
File | Size | |
Kconfig | 630 B | |
Makefile | 345 B | |
ib_mthca.mod.c | 0 B | |
mthca_allocator.c | 7.6 kB | |
mthca_av.c | 10 kB | |
mthca_catas.c | 5.3 kB | |
mthca_cmd.c | 59 kB | |
mthca_cmd.h | 10 kB | |
mthca_config_reg.h | 2.0 kB | |
mthca_cq.c | 26 kB | |
mthca_dev.h | 19 kB | |
mthca_doorbell.h | 3.5 kB | |
mthca_eq.c | 25 kB | |
mthca_mad.c | 10 kB | |
mthca_main.c | 35 kB | |
mthca_mcg.c | 8.1 kB | |
mthca_memfree.c | 18 kB | |
mthca_memfree.h | 5.8 kB | |
mthca_mr.c | 17 kB | |
mthca_pd.c | 2.6 kB | |
mthca_profile.c | 9.2 kB | |
mthca_profile.h | 2.0 kB | |
mthca_provider.c | 30 kB | |
mthca_provider.h | 8.6 kB | |
mthca_qp.c | 62 kB | |
mthca_reset.c | 7.6 kB | |
mthca_srq.c | 18 kB | |
mthca_uar.c | 2.4 kB | |
mthca_wqe.h | 3.4 kB |
# SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_MTHCA tristate "Mellanox HCA support" depends on PCI help This is a low-level driver for Mellanox InfiniHost host channel adapters (HCAs), including the MT23108 PCI-X HCA ("Tavor") and the MT25208 PCI Express HCA ("Arbel"). config INFINIBAND_MTHCA_DEBUG bool "Verbose debugging output" if EXPERT depends on INFINIBAND_MTHCA default y help This option causes debugging code to be compiled into the mthca driver. The output can be turned on via the debug_level module parameter (which can also be set after the driver is loaded through sysfs).