Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/drivers/
Dvirtio_uml.c77 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, ##__VA_ARGS__) argument
125 static int vhost_user_recv(struct virtio_uml_device *vu_dev, in vhost_user_recv() argument
149 if (rc == -ECONNRESET && vu_dev->registered) { in vhost_user_recv()
152 pdata = vu_dev->pdev->dev.platform_data; in vhost_user_recv()
154 virtio_break_device(&vu_dev->vdev); in vhost_user_recv()
165 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() argument
169 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp()
181 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64() argument
185 int rc = vhost_user_recv_resp(vu_dev, &msg, in vhost_user_recv_u64()
196 static int vhost_user_recv_req(struct virtio_uml_device *vu_dev, in vhost_user_recv_req() argument
[all …]