Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c200 uint64_t req_vdpa; in vhost_vdpa_ioctl() local
204 req_vdpa = vhost_req_user_to_vdpa[req]; in vhost_vdpa_ioctl()
206 if (req_vdpa == VHOST_SET_MEM_TABLE) in vhost_vdpa_ioctl()
209 if (req_vdpa == VHOST_SET_FEATURES) { in vhost_vdpa_ioctl()
217 switch (req_vdpa) { in vhost_vdpa_ioctl()
231 ret = ioctl(dev->vhostfd, req_vdpa, arg); in vhost_vdpa_ioctl()