Home
last modified time | relevance | path

Searched refs:VMCI_CAPS_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_guest.c702 if (capabilities & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()
710 caps_in_use |= VMCI_CAPS_NOTIFICATIONS; in vmci_guest_probe_device()
750 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) { in vmci_guest_probe_device()
850 if (caps_in_use & VMCI_CAPS_NOTIFICATIONS) in vmci_guest_probe_device()
/openbmc/linux/include/linux/
H A Dvmw_vmci_defs.h45 #define VMCI_CAPS_NOTIFICATIONS BIT(3) macro