Searched defs:vdpasim_virtqueue (Results 1 – 1 of 1) sorted by relevance
45 struct vdpasim_virtqueue { struct46 struct vringh vring;47 struct vringh_kiov iov;48 unsigned short head;49 bool ready;73 struct vdpasim_virtqueue vqs[VDPASIM_VQ_NUM]; argument