Home
last modified time | relevance | path

Searched refs:VRING_PACKED_EVENT_FLAG_DESC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_ring.h70 #define VRING_PACKED_EVENT_FLAG_DESC 0x2 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_ring.h72 #define VRING_PACKED_EVENT_FLAG_DESC 0x2 macro
/openbmc/linux/drivers/virtio/
H A Dvirtio_ring.c1584 if (flags != VRING_PACKED_EVENT_FLAG_DESC) { in virtqueue_kick_prepare_packed()
1731 if (vq->packed.event_flags_shadow == VRING_PACKED_EVENT_FLAG_DESC) in virtqueue_get_buf_ctx_packed()
1784 VRING_PACKED_EVENT_FLAG_DESC : in virtqueue_enable_cb_prepare_packed()
1843 VRING_PACKED_EVENT_FLAG_DESC : in virtqueue_enable_cb_delayed_packed()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c547 e.flags = VRING_PACKED_EVENT_FLAG_DESC; in virtio_queue_packed_set_notification()