Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtqueue.h278 uint16_t event_flags_shadow; member
415 if (vq->vq_packed.event_flags_shadow != RING_EVENT_FLAGS_DISABLE) { in virtqueue_disable_intr_packed()
416 vq->vq_packed.event_flags_shadow = RING_EVENT_FLAGS_DISABLE; in virtqueue_disable_intr_packed()
418 vq->vq_packed.event_flags_shadow; in virtqueue_disable_intr_packed()
449 if (vq->vq_packed.event_flags_shadow == RING_EVENT_FLAGS_DISABLE) { in virtqueue_enable_intr_packed()
450 vq->vq_packed.event_flags_shadow = RING_EVENT_FLAGS_ENABLE; in virtqueue_enable_intr_packed()
452 vq->vq_packed.event_flags_shadow; in virtqueue_enable_intr_packed()
H A Dvirtqueue.c162 vq->vq_packed.event_flags_shadow = 0; in virtqueue_rxvq_reset_packed()
200 vq->vq_packed.event_flags_shadow = 0; in virtqueue_txvq_reset_packed()
H A Dvirtio_ethdev.c540 vq->vq_packed.event_flags_shadow = 0; in virtio_init_queue()