Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dvirtio_uml.c78 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, ##__VA_ARGS__) argument
129 static int vhost_user_recv(struct virtio_uml_device *vu_dev, in vhost_user_recv() argument
161 static void vhost_user_check_reset(struct virtio_uml_device *vu_dev, in vhost_user_check_reset() argument
164 struct virtio_uml_platform_data *pdata = vu_dev->pdata; in vhost_user_check_reset()
169 if (!vu_dev->registered) in vhost_user_check_reset()
172 vu_dev->registered = 0; in vhost_user_check_reset()
177 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() argument
181 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp()
185 vhost_user_check_reset(vu_dev, rc); in vhost_user_recv_resp()
195 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64() argument
[all …]