Файловый менеджер - Редактировать - /var/www/html/hw.zip
Ðазад
PK ! vk�\ \ ocrdma/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_OCRDMA tristate "Emulex One Connect HCA support" depends on ETHERNET && NETDEVICES && PCI && INET && (IPV6 || IPV6=n) select NET_VENDOR_EMULEX select BE2NET help This driver provides low-level InfiniBand over Ethernet support for Emulex One Connect host channel adapters (HCAs). PK ! �j� � ocrdma/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only ccflags-y := -I $(srctree)/drivers/net/ethernet/emulex/benet obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma.o ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o ocrdma_stats.o PK ! �M�v v mthca/Kconfignu �[��� # 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). PK ! �ى�Y Y mthca/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_INFINIBAND_MTHCA) += ib_mthca.o ib_mthca-y := mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \ mthca_allocator.o mthca_eq.o mthca_pd.o mthca_cq.o \ mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \ mthca_provider.o mthca_memfree.o mthca_uar.o mthca_srq.o \ mthca_catas.o PK ! ڙ\�| | usnic/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_USNIC tristate "Verbs support for Cisco VIC" depends on NETDEVICES && ETHERNET && INET && PCI && INTEL_IOMMU depends on INFINIBAND_USER_ACCESS select ENIC select NET_VENDOR_CISCO select PCI_IOV help This is a low-level driver for Cisco's Virtual Interface Cards (VICs), including the VIC 1240 and 1280 cards. PK ! �)ֶZ Z usnic/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 ccflags-y := -I $(srctree)/drivers/net/ethernet/cisco/enic obj-$(CONFIG_INFINIBAND_USNIC)+= usnic_verbs.o usnic_verbs-y=\ usnic_fwd.o \ usnic_transport.o \ usnic_uiom.o \ usnic_uiom_interval_tree.o \ usnic_vnic.o \ usnic_ib_main.o \ usnic_ib_qp_grp.o \ usnic_ib_sysfs.o \ usnic_ib_verbs.o \ usnic_debugfs.o \ PK ! ��B� � hns/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_HNS tristate "HNS RoCE Driver" depends on NET_VENDOR_HISILICON depends on ARM64 || (COMPILE_TEST && 64BIT) depends on (HNS_DSAF && HNS_ENET) || HNS3 help This is a RoCE/RDMA driver for the Hisilicon RoCE engine. The engine is used in Hisilicon Hip06 and more further ICT SoC based on platform device. To compile HIP06 or HIP08 driver as module, choose M here. config INFINIBAND_HNS_HIP06 bool "Hisilicon Hip06 Family RoCE support" depends on INFINIBAND_HNS && HNS && HNS_DSAF && HNS_ENET depends on INFINIBAND_HNS=m || (HNS_DSAF=y && HNS_ENET=y) help RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip06 and Hip07 SoC. These RoCE engines are platform devices. To compile this driver, choose Y here: if INFINIBAND_HNS is m, this module will be called hns-roce-hw-v1 config INFINIBAND_HNS_HIP08 bool "Hisilicon Hip08 Family RoCE support" depends on INFINIBAND_HNS && PCI && HNS3 depends on INFINIBAND_HNS=m || HNS3=y help RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip08 SoC. The RoCE engine is a PCI device. To compile this driver, choose Y here: if INFINIBAND_HNS is m, this module will be called hns-roce-hw-v2. PK ! #=�� � hns/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only # # Makefile for the Hisilicon RoCE drivers. # ccflags-y := -I $(srctree)/drivers/net/ethernet/hisilicon/hns3 hns-roce-objs := hns_roce_main.o hns_roce_cmd.o hns_roce_pd.o \ hns_roce_ah.o hns_roce_hem.o hns_roce_mr.o hns_roce_qp.o \ hns_roce_cq.o hns_roce_alloc.o hns_roce_db.o hns_roce_srq.o hns_roce_restrack.o ifdef CONFIG_INFINIBAND_HNS_HIP06 hns-roce-hw-v1-objs := hns_roce_hw_v1.o $(hns-roce-objs) obj-$(CONFIG_INFINIBAND_HNS) += hns-roce-hw-v1.o endif ifdef CONFIG_INFINIBAND_HNS_HIP08 hns-roce-hw-v2-objs := hns_roce_hw_v2.o hns_roce_hw_v2_dfx.o $(hns-roce-objs) obj-$(CONFIG_INFINIBAND_HNS) += hns-roce-hw-v2.o endif PK ! ��eV V vmw_pvrdma/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_VMWARE_PVRDMA tristate "VMware Paravirtualized RDMA Driver" depends on NETDEVICES && ETHERNET && PCI && INET && VMXNET3 help This driver provides low-level support for VMware Paravirtual RDMA adapter. It interacts with the VMXNet3 driver to provide Ethernet capabilities. PK ! ���� � vmw_pvrdma/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA) += vmw_pvrdma.o vmw_pvrdma-y := pvrdma_cmd.o pvrdma_cq.o pvrdma_doorbell.o pvrdma_main.o pvrdma_misc.o pvrdma_mr.o pvrdma_qp.o pvrdma_srq.o pvrdma_verbs.o PK ! +";Ȅ � irdma/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_IRDMA tristate "Intel(R) Ethernet Protocol Driver for RDMA" depends on INET depends on IPV6 || !IPV6 depends on PCI depends on ICE && I40E select GENERIC_ALLOCATOR select AUXILIARY_BUS help This is an Intel(R) Ethernet Protocol Driver for RDMA driver that support E810 (iWARP/RoCE) and X722 (iWARP) network devices. PK ! �G�"� � irdma/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB # Copyright (c) 2019, Intel Corporation. # # Makefile for the Intel(R) Ethernet Connection RDMA Linux Driver # obj-$(CONFIG_INFINIBAND_IRDMA) += irdma.o irdma-objs := cm.o \ ctrl.o \ hmc.o \ hw.o \ i40iw_hw.o \ i40iw_if.o \ icrdma_hw.o \ main.o \ pble.o \ puda.o \ trace.o \ uda.o \ uk.o \ utils.o \ verbs.o \ ws.o \ CFLAGS_trace.o = -I$(src) PK ! Fxh� � mlx4/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config MLX4_INFINIBAND tristate "Mellanox ConnectX HCA support" depends on NETDEVICES && ETHERNET && PCI && INET select NET_VENDOR_MELLANOX select MLX4_CORE help This driver provides low-level InfiniBand support for Mellanox ConnectX PCI Express host channel adapters (HCAs). This is required to use InfiniBand protocols such as IP-over-IB or SRP with these devices. PK ! ���_� � mlx4/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_MLX4_INFINIBAND) += mlx4_ib.o mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o PK ! =�-� qib/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_QIB tristate "Intel PCIe HCA support" depends on 64BIT && INFINIBAND_RDMAVT depends on PCI help This is a low-level driver for Intel PCIe QLE InfiniBand host channel adapters. This driver does not support the Intel HyperTransport card (model QHT7140). config INFINIBAND_QIB_DCA bool "QIB DCA support" depends on INFINIBAND_QIB && DCA && SMP && !(INFINIBAND_QIB=y && DCA=m) default y help Setting this enables DCA support on some Intel chip sets with the iba7322 HCA. PK ! �ڇ � qib/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_INFINIBAND_QIB) += ib_qib.o ib_qib-y := qib_diag.o qib_driver.o qib_eeprom.o \ qib_file_ops.o qib_fs.o qib_init.o qib_intr.o \ qib_mad.o qib_pcie.o qib_pio_copy.o \ qib_qp.o qib_qsfp.o qib_rc.o qib_ruc.o qib_sdma.o \ qib_sysfs.o qib_twsi.o qib_tx.o qib_uc.o qib_ud.o \ qib_user_pages.o qib_user_sdma.o qib_iba7220.o \ qib_sd7220.o qib_iba7322.o qib_verbs.o # 6120 has no fallback if no MSI interrupts, others can do INTx ib_qib-$(CONFIG_PCI_MSI) += qib_iba6120.o ib_qib-$(CONFIG_X86_64) += qib_wc_x86_64.o ib_qib-$(CONFIG_PPC64) += qib_wc_ppc64.o ib_qib-$(CONFIG_DEBUG_FS) += qib_debugfs.o PK ! ��L�� � Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_MMP_DISP_CONTROLLER) += mmp_ctrl.o obj-$(CONFIG_MMP_DISP_SPI) += mmp_spi.o PK ! �;�] ] hfi1/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_HFI1 tristate "Intel OPA Gen1 support" depends on X86_64 && INFINIBAND_RDMAVT && I2C select MMU_NOTIFIER select CRC32 select I2C_ALGOBIT help This is a low-level driver for Intel OPA Gen1 adapter. config HFI1_DEBUG_SDMA_ORDER bool "HFI1 SDMA Order debug" depends on INFINIBAND_HFI1 default n help This is a debug flag to test for out of order sdma completions for unit testing config SDMA_VERBOSITY bool "Config SDMA Verbosity" depends on INFINIBAND_HFI1 default n help This is a configuration flag to enable verbose SDMA debug PK ! =qt/� � hfi1/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 # # HFI driver # # # # Called from the kernel module build system. # obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o hfi1-y := \ affinity.o \ aspm.o \ chip.o \ device.o \ driver.o \ efivar.o \ eprom.o \ exp_rcv.o \ file_ops.o \ firmware.o \ init.o \ intr.o \ iowait.o \ ipoib_main.o \ ipoib_rx.o \ ipoib_tx.o \ mad.o \ mmu_rb.o \ msix.o \ netdev_rx.o \ opfn.o \ pcie.o \ pio.o \ pio_copy.o \ platform.o \ qp.o \ qsfp.o \ rc.o \ ruc.o \ sdma.o \ sysfs.o \ tid_rdma.o \ trace.o \ uc.o \ ud.o \ user_exp_rcv.o \ user_pages.o \ user_sdma.o \ verbs.o \ verbs_txreq.o \ vnic_main.o \ vnic_sdma.o ifdef CONFIG_DEBUG_FS hfi1-y += debugfs.o ifdef CONFIG_FAULT_INJECTION ifdef CONFIG_FAULT_INJECTION_DEBUG_FS hfi1-y += fault.o endif endif endif CFLAGS_trace.o = -I$(src) ifdef MVERSION CFLAGS_driver.o = -DHFI_DRIVER_VERSION_BASE=\"$(MVERSION)\" endif PK ! �'�w� � mlx5/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config MLX5_INFINIBAND tristate "Mellanox 5th generation network adapters (ConnectX series) support" depends on NETDEVICES && ETHERNET && PCI && MLX5_CORE help This driver provides low-level InfiniBand support for Mellanox Connect-IB PCI Express host channel adapters (HCAs). This is required to use InfiniBand protocols such as IP-over-IB or SRP with these devices. PK ! 6��dD D mlx5/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o mlx5_ib-y := ah.o \ cmd.o \ cong.o \ counters.o \ cq.o \ dm.o \ doorbell.o \ gsi.o \ ib_virt.o \ mad.o \ main.o \ mem.o \ mr.o \ qp.o \ qpc.o \ restrack.o \ srq.o \ srq_cmd.o \ wr.o mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o mlx5_ib-$(CONFIG_MLX5_ESWITCH) += ib_rep.o mlx5_ib-$(CONFIG_INFINIBAND_USER_ACCESS) += devx.o \ fs.o \ qos.o \ std_types.o PK ! <�+8� � efa/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause # Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved. # # Amazon fabric device configuration # config INFINIBAND_EFA tristate "Amazon Elastic Fabric Adapter (EFA) support" depends on PCI_MSI && 64BIT && !CPU_BIG_ENDIAN depends on INFINIBAND_USER_ACCESS help This driver supports Amazon Elastic Fabric Adapter (EFA). To compile this driver as a module, choose M here. The module will be called efa. PK ! '��( ( efa/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause # Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All rights reserved. # # Makefile for Amazon Elastic Fabric Adapter (EFA) device driver. # obj-$(CONFIG_INFINIBAND_EFA) += efa.o efa-y := efa_com_cmd.o efa_com.o efa_main.o efa_verbs.o PK ! �Л�N N bnxt_re/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_BNXT_RE tristate "Broadcom Netxtreme HCA support" depends on 64BIT depends on INET && DCB && BNXT help This driver supports Broadcom NetXtreme-E 10/25/40/50 gigabit RoCE HCAs. To compile this driver as a module, choose M here: the module will be called bnxt_re. PK ! � �p� � bnxt_re/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0 ccflags-y := -I $(srctree)/drivers/net/ethernet/broadcom/bnxt obj-$(CONFIG_INFINIBAND_BNXT_RE) += bnxt_re.o bnxt_re-y := main.o ib_verbs.o \ qplib_res.o qplib_rcfw.o \ qplib_sp.o qplib_fp.o hw_counters.o PK ! s��� � cxgb4/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_CXGB4 tristate "Chelsio T4/T5 RDMA Driver" depends on CHELSIO_T4 && INET depends on INFINIBAND_ADDR_TRANS select CHELSIO_LIB select GENERIC_ALLOCATOR help This is an iWARP/RDMA driver for the Chelsio T4 and T5 1GbE, 10GbE adapters and T5 40GbE adapter. For general information about Chelsio and our products, visit our website at <http://www.chelsio.com>. For customer support, please visit our customer support page at <http://www.chelsio.com/support.html>. Please send feedback to <linux-bugs@chelsio.com>. To compile this driver as a module, choose M here: the module will be called iw_cxgb4. PK ! À�= = cxgb4/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4 ccflags-y += -I $(srctree)/drivers/net/ethernet/chelsio/libcxgb obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o \ restrack.o PK ! ��H2 2 qedr/Kconfignu �[��� # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_QEDR tristate "QLogic RoCE driver" depends on 64BIT && QEDE depends on PCI select QED_LL2 select QED_OOO select QED_RDMA help This driver provides low-level InfiniBand over Ethernet support for QLogic QED host channel adapters (HCAs). PK ! )�`�� � qedr/Makefilenu �[��� # SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_INFINIBAND_QEDR) := qedr.o qedr-y := main.o verbs.o qedr_roce_cm.o qedr_iw_cm.o PK ! �S��yC yC idt/ntb_hw_idt.konu �[��� ELF >