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.c76 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, ##__VA_ARGS__) argument
127 static int vhost_user_recv(struct virtio_uml_device *vu_dev, in vhost_user_recv() argument
159 static void vhost_user_check_reset(struct virtio_uml_device *vu_dev, in vhost_user_check_reset() argument
162 struct virtio_uml_platform_data *pdata = vu_dev->pdata; in vhost_user_check_reset()
167 if (!vu_dev->registered) in vhost_user_check_reset()
170 vu_dev->registered = 0; in vhost_user_check_reset()
175 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() argument
179 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp()
183 vhost_user_check_reset(vu_dev, rc); in vhost_user_recv_resp()
193 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64() argument
[all …]