Searched full:hfi1 (Results 1 – 25 of 29) sorted by relevance
12
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | Makefile | 9 obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o 11 hfi1-y := \ 57 hfi1-y += debugfs.o 60 hfi1-y += fault.o
|
| H A D | netdev_rx.c | 8 * This file contains HFI1 support for netdev RX functionality 305 * @dd: hfi1 dev data 325 * @dd: hfi1 dev data 343 * @dd: hfi1 dev data 380 dd_dev_info(dd, "hfi1 rx freed\n"); in hfi1_free_rx() 394 * @dd: hfi1 dev data 434 * @dd: hfi1 dev data 449 * @dd: hfi1 dev data 462 * @dd: hfi1 dev data 475 * @dd: hfi1 dev data
|
| H A D | vnic.h | 54 * struct hfi1_vnic_rx_queue - HFI1 VNIC receive queue 69 * struct hfi1_vnic_vport_info - HFI1 VNIC virtual port information 105 /* vnic hfi1 internal functions */
|
| H A D | qp.h | 27 * HFI1_S_MIN_BIT_MASK - the lowest bit that can be used by hfi1 91 * Functions provided by hfi1 driver for rdmavt to use
|
| H A D | efivar.c | 11 /* GUID for HFI1 variables in EFI */ 105 * Read an HFI1 EFI variable of the form:
|
| H A D | ipoib.h | 8 * This file contains HFI1 support for IPOIB functionality 134 /* hfi1 ipoib rdma netdev's private data structure */
|
| H A D | Kconfig | 11 bool "HFI1 SDMA Order debug"
|
| H A D | pcie.c | 536 dd_dev_info(dd, "HFI1 PCI errors detected (state %d)\n", in pci_error_detected() 555 "HFI1 mmio_enabled function called, read wordscntr %llx, returning %d\n", in pci_mmio_enabled() 566 dd_dev_info(dd, "HFI1 slot_reset function called, ignored\n"); in pci_slot_reset() 575 dd_dev_info(dd, "HFI1 resume function called\n"); in pci_resume() 602 #define DL_STATUS_HFI1 0x2 /* hfi1 firmware download complete */ 603 #define DL_STATUS_BOTH 0x3 /* hfi0 and hfi1 firmware download complete */
|
| H A D | ipoib_main.c | 8 * This file contains HFI1 support for ipoib functionality
|
| H A D | vnic_sdma.c | 7 * This file contains HFI1 support for VNIC SDMA functionality
|
| H A D | msix.c | 13 * @dd: valid hfi1 devdata
|
| H A D | verbs.h | 112 * hfi1 specific data structures that will be hidden from rvt after the queue
|
| H A D | vnic_main.c | 7 * This file contains HFI1 support for VNIC functionality
|
| H A D | pio_copy.c | 16 * @dd: hfi1 dev data
|
| H A D | ipoib_tx.c | 8 * This file contains HFI1 support for IPOIB SDMA functionality
|
| H A D | driver.c | 1530 * the eager buffer. We chose 16 since hfi1 driver only in hfi1_setup_bypass_packet()
|
| H A D | init.c | 1714 /* remove the /dev hfi1 interface */ in remove_one()
|
| H A D | mad.c | 128 pr_err_ratelimited("hfi1: Invalid trap 0x%0x dropped. Total dropped: %d\n", in check_and_add_trap() 155 pr_warn_ratelimited("hfi1: Maximum trap limit reached for 0x%0x traps\n", in check_and_add_trap()
|
| /linux/drivers/infiniband/hw/ |
| H A D | Makefile | 12 obj-$(CONFIG_INFINIBAND_HFI1) += hfi1/
|
| /linux/Documentation/infiniband/ |
| H A D | opa_vnic.rst | 112 The HW dependent VNIC functionality is part of the HFI1 driver. It 157 | HFI1 Driver with VNIC support |
|
| /linux/drivers/infiniband/ |
| H A D | Kconfig | 88 source "drivers/infiniband/hw/hfi1/Kconfig"
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | mad.c | 38 * MAD processing is quite different between hfi1 and qib. Therefore in rvt_process_mad()
|
| H A D | vt.c | 104 * There is currently no need to supply this based on qib and hfi1. in rvt_modify_device()
|
| /linux/Documentation/translations/zh_CN/infiniband/ |
| H A D | opa_vnic.rst | 154 | HFI1 驱动和 VNIC 支持 |
|
| /linux/include/rdma/ |
| H A D | rdma_vt.h | 117 * Things that are driver specific, module parameters in hfi1 and qib
|
12