Searched refs:vu_dev (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/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 virtio_break_device(&vu_dev->vdev); 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 …]
|