Home
last modified time | relevance | path

Searched refs:VHOST_SCSI_CLEAR_ENDPOINT (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dvhost.h137 #define VHOST_SCSI_CLEAR_ENDPOINT _IOW(VHOST_VIRTIO, 0x41, struct vhost_scsi_target) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h137 #define VHOST_SCSI_CLEAR_ENDPOINT _IOW(VHOST_VIRTIO, 0x41, struct vhost_scsi_target) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h137 #define VHOST_SCSI_CLEAR_ENDPOINT _IOW(VHOST_VIRTIO, 0x41, struct vhost_scsi_target) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c87 return vhost_kernel_call(dev, VHOST_SCSI_CLEAR_ENDPOINT, target); in vhost_kernel_scsi_clear_endpoint()
/openbmc/linux/drivers/vhost/
H A Dscsi.c2033 case VHOST_SCSI_CLEAR_ENDPOINT: in vhost_scsi_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch441 +pub const VHOST_SCSI_CLEAR_ENDPOINT: u32 = 1088991041;