Home
last modified time | relevance | path

Searched defs:vdpasim_virtqueue (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c45 struct vdpasim_virtqueue { struct
46 struct vringh vring;
47 struct vringh_kiov iov;
48 unsigned short head;
49 bool ready;
73 struct vdpasim_virtqueue vqs[VDPASIM_VQ_NUM]; argument