Searched refs:ibmvmc (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/misc/ |
H A D | ibmvmc.c | 35 #include "ibmvmc.h" 44 static const char ibmvmc_driver_name[] = "ibmvmc"; 46 static struct ibmvmc_struct ibmvmc; variable 61 pr_debug("ibmvmc: h_copy_rdma(0x%llx, 0x%llx, 0x%llx, 0x%llx, 0x%llx\n", in h_copy_rdma() 65 pr_debug("ibmvmc: h_copy_rdma rc = 0x%lx\n", rc); in h_copy_rdma() 105 pr_debug("ibmvmc: %s rc = 0x%lx\n", __func__, rc); in h_request_vmc() 330 if (hmc_index > ibmvmc.max_hmc_index) in ibmvmc_get_valid_hmc_buffer() 363 if (hmc_index > ibmvmc.max_hmc_index) { in ibmvmc_get_free_hmc_buffer() 415 if (hmc_index > ibmvmc.max_hmc_index) in ibmvmc_count_hmc_buffers() 452 for (i = 0; i <= ibmvmc in ibmvmc_get_free_hmc() [all...] |
H A D | Makefile | 7 obj-$(CONFIG_IBMVMC) += ibmvmc.o
|
H A D | Kconfig | 91 async message support through the /dev/ibmvmc node. 94 module will be called ibmvmc.
|
/linux/Documentation/misc-devices/ |
H A D | index.rst | 20 ibmvmc
|
H A D | ibmvmc.rst | 109 device. This driver consists of a new device, for example /dev/ibmvmc,
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 392 0xCC 00-0F drivers/misc/ibmvmc.h pseries VMC driver
|
/linux/ |
H A D | MAINTAINERS | 11723 F: drivers/misc/ibmvmc.*
|