Searched refs:ibmvmc (Results 1 – 6 of 6) sorted by relevance
46 static struct ibmvmc_struct ibmvmc; variable330 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.max_hmc_index; i++) { in ibmvmc_get_free_hmc()510 ibmvmc.max_mtu, in ibmvmc_return_hmc()671 ibmvmc.state = ibmvmc_state_capabilities; in ibmvmc_send_capabilities()831 ibmvmc.state); in ibmvmc_open()858 (unsigned long)file, ibmvmc.state); in ibmvmc_close()869 if (ibmvmc.state == ibmvmc_state_failed) { in ibmvmc_close()[all …]
7 obj-$(CONFIG_IBMVMC) += ibmvmc.o
125 async message support through the /dev/ibmvmc node.128 module will be called ibmvmc.
108 device. This driver consists of a new device, for example /dev/ibmvmc,
334 0xCC 00-0F drivers/misc/ibmvmc.h pseries VMC driver
7006 F: drivers/misc/ibmvmc.*