Searched refs:vu_dev (Results 1 – 1 of 1) sorted by relevance
/arch/um/drivers/ |
D | virtio_uml.c | 77 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, ##__VA_ARGS__) argument 128 static int vhost_user_recv(struct virtio_uml_device *vu_dev, in vhost_user_recv() argument 160 static void vhost_user_check_reset(struct virtio_uml_device *vu_dev, in vhost_user_check_reset() argument 163 struct virtio_uml_platform_data *pdata = vu_dev->pdata; in vhost_user_check_reset() 168 if (!vu_dev->registered) in vhost_user_check_reset() 171 vu_dev->registered = 0; in vhost_user_check_reset() 176 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() argument 180 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp() 184 vhost_user_check_reset(vu_dev, rc); in vhost_user_recv_resp() 194 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64() argument [all …]
|