Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h18 typedef struct SVQDescState { struct
26 } SVQDescState; typedef
82 SVQDescState *desc_state;
H A Dvhost-shadow-virtqueue.c681 svq->desc_state = g_new0(SVQDescState, svq->vring.num); in vhost_svq_start()