Home
last modified time | relevance | path

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

/linux-6.15/drivers/virtio/
H A Dvirtio_ring.c148 u16 event_flags_shadow; member
1785 if (vq->packed.event_flags_shadow == VRING_PACKED_EVENT_FLAG_DESC) in virtqueue_get_buf_ctx_packed()
1801 vq->packed.event_flags_shadow = VRING_PACKED_EVENT_FLAG_DISABLE; in virtqueue_disable_cb_packed()
1811 cpu_to_le16(vq->packed.event_flags_shadow); in virtqueue_disable_cb_packed()
1837 vq->packed.event_flags_shadow = vq->event ? in virtqueue_enable_cb_prepare_packed()
1841 cpu_to_le16(vq->packed.event_flags_shadow); in virtqueue_enable_cb_prepare_packed()
1896 vq->packed.event_flags_shadow = vq->event ? in virtqueue_enable_cb_delayed_packed()
1900 cpu_to_le16(vq->packed.event_flags_shadow); in virtqueue_enable_cb_delayed_packed()
2075 vring_packed->event_flags_shadow = 0; in virtqueue_vring_init_packed()
2080 vring_packed->event_flags_shadow = VRING_PACKED_EVENT_FLAG_DISABLE; in virtqueue_vring_init_packed()
[all …]