Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtqueue.h257 uint16_t event_flags_shadow; member
390 if (vq->vq_packed.event_flags_shadow != RING_EVENT_FLAGS_DISABLE) { in virtqueue_disable_intr_packed()
391 vq->vq_packed.event_flags_shadow = RING_EVENT_FLAGS_DISABLE; in virtqueue_disable_intr_packed()
393 vq->vq_packed.event_flags_shadow; in virtqueue_disable_intr_packed()
424 if (vq->vq_packed.event_flags_shadow == RING_EVENT_FLAGS_DISABLE) { in virtqueue_enable_intr_packed()
425 vq->vq_packed.event_flags_shadow = RING_EVENT_FLAGS_ENABLE; in virtqueue_enable_intr_packed()
427 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()
198 vq->vq_packed.event_flags_shadow = 0; in virtqueue_txvq_reset_packed()
H A Dvirtio_ethdev.c504 vq->vq_packed.event_flags_shadow = 0; in virtio_init_queue()