Searched refs:vrings (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | virtio-net.c | 50 VRing *rxvq = &vdev->vrings[VQ_RX]; in virtio_net_init() 81 VRing *txvq = &vdev->vrings[VQ_TX]; in send() 102 VRing *rxvq = &vdev->vrings[VQ_RX]; in recv()
|
| H A D | virtio.c | 28 .vrings = block, 192 r += vr_poll(&vdev.vrings[i]); in vring_wait_reply() 205 VRing *vr = &vdev->vrings[vqid]; in virtio_run() 318 vring_init(&vdev->vrings[i], &info); in virtio_setup_ccw() 319 vdev->vrings[i].schid = vdev->schid; in virtio_setup_ccw()
|
| H A D | virtio-blkdev.c | 24 VRing *vr = &vdev->vrings[vdev->cmd_vr_idx]; in virtio_blk_read_many()
|
| H A D | virtio.h | 235 VRing *vrings; member
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost.h | 229 int vhost_dev_start(struct vhost_dev *hdev, VirtIODevice *vdev, bool vrings); 243 int vhost_dev_stop(struct vhost_dev *hdev, VirtIODevice *vdev, bool vrings); 258 bool vrings);
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost.c | 2011 int vhost_dev_start(struct vhost_dev *hdev, VirtIODevice *vdev, bool vrings) in vhost_dev_start() argument 2018 trace_vhost_dev_start(hdev, vdev->name, vrings); in vhost_dev_start() 2076 if (vrings) { in vhost_dev_start() 2113 if (vrings) { in vhost_dev_start() 2138 bool vrings, bool force) in do_vhost_dev_stop() argument 2151 trace_vhost_dev_stop(hdev, vdev->name, vrings); in do_vhost_dev_stop() 2156 if (vrings) { in do_vhost_dev_stop() 2184 int vhost_dev_stop(struct vhost_dev *hdev, VirtIODevice *vdev, bool vrings) in vhost_dev_stop() argument 2186 return do_vhost_dev_stop(hdev, vdev, vrings, false); in vhost_dev_stop() 2190 bool vrings) in vhost_dev_force_stop() argument [all …]
|
| H A D | trace-events | 12 vhost_dev_start(void *dev, const char *name, bool vrings) "%p:%s vrings:%d" 13 vhost_dev_stop(void *dev, const char *name, bool vrings) "%p:%s vrings:%d"
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.rst | 479 While all vrings are stopped, the device is *suspended*. In addition to 1244 When and as long as all of a device's vrings are stopped, it is
|