Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h154 #define VHOST_VDPA_GET_DEVICE_ID _IOR(VHOST_VIRTIO, 0x70, __u32) macro
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c71 VHOST_VDPA_GET_DEVICE_ID, errp); in vhost_vdpa_device_realize()
H A Dvhost-vdpa.c877 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_DEVICE_ID, device_id); in vhost_vdpa_get_device_id()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c719 case VHOST_VDPA_GET_DEVICE_ID: in vhost_vdpa_unlocked_ioctl()