Home
last modified time | relevance | path

Searched refs:ibmvmc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/misc/
H A Dibmvmc.c35 #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 DMakefile7 obj-$(CONFIG_IBMVMC) += ibmvmc.o
H A DKconfig91 async message support through the /dev/ibmvmc node.
94 module will be called ibmvmc.
/linux/Documentation/misc-devices/
H A Dindex.rst20 ibmvmc
H A Dibmvmc.rst109 device. This driver consists of a new device, for example /dev/ibmvmc,
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst392 0xCC 00-0F drivers/misc/ibmvmc.h pseries VMC driver
/linux/
H A DMAINTAINERS11723 F: drivers/misc/ibmvmc.*