Searched refs:VMCI_DO_IOCTL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_host.c932 #define VMCI_DO_IOCTL(ioctl_name, ioctl_fn) do { \ vmci_host_unlocked_ioctl() macro
943 VMCI_DO_IOCTL(INIT_CONTEXT, init_context); vmci_host_unlocked_ioctl()
945 VMCI_DO_IOCTL(DATAGRAM_SEND, send_datagram); vmci_host_unlocked_ioctl()
947 VMCI_DO_IOCTL(DATAGRAM_RECEIVE, receive_datagram); vmci_host_unlocked_ioctl()
949 VMCI_DO_IOCTL(QUEUEPAIR_ALLOC, alloc_queuepair); vmci_host_unlocked_ioctl()
951 VMCI_DO_IOCTL(QUEUEPAIR_SETVA, queuepair_setva); vmci_host_unlocked_ioctl()
953 VMCI_DO_IOCTL(QUEUEPAIR_SETPAGEFILE, queuepair_setpf); vmci_host_unlocked_ioctl()
955 VMCI_DO_IOCTL(QUEUEPAIR_DETACH, qp_detach); vmci_host_unlocked_ioctl()
957 VMCI_DO_IOCTL(CTX_ADD_NOTIFICATION, ctx_add_notify); vmci_host_unlocked_ioctl()
959 VMCI_DO_IOCTL(CTX_REMOVE_NOTIFICATION, ctx_remove_notify); vmci_host_unlocked_ioctl()
961 VMCI_DO_IOCTL(CTX_GET_CPT_STATE, ctx_get_cpt_state); vmci_host_unlocked_ioctl()
963 VMCI_DO_IOCTL(CTX_SET_CPT_STATE, ctx_set_cpt_state); vmci_host_unlocked_ioctl()
965 VMCI_DO_IOCTL(GET_CONTEXT_ID, get_context_id); vmci_host_unlocked_ioctl()
967 VMCI_DO_IOCTL(SET_NOTIFY, set_notify); vmci_host_unlocked_ioctl()
969 VMCI_DO_IOCTL(NOTIFY_RESOURCE, notify_resource); vmci_host_unlocked_ioctl()
971 VMCI_DO_IOCTL(NOTIFICATIONS_RECEIVE, recv_notifications); vmci_host_unlocked_ioctl()
982 #undef VMCI_DO_IOCTL vmci_host_unlocked_ioctl() macro

Completed in 57 milliseconds