Searched refs:VHOST_SET_VRING_CALL (Results 1 – 9 of 9) sorted by relevance
20 # arg1 == VHOST_SET_VRING_CALL ||
21 # arg1 == VHOST_SET_VRING_CALL ||
39 ioctl_iow_nr!(VHOST_SET_VRING_CALL, VHOST, 0x21, vhost::vhost_vring_file);
80 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) macro
358 let ret = unsafe { ioctl_with_ref(self, virtio_sys::VHOST_SET_VRING_CALL(), &vring_file) }; in set_vring_call()