Searched refs:vu_dev (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/um/drivers/ |
| D | virtio_uml.c | 62 #define vu_err(vu_dev, ...) dev_err(&(vu_dev)->pdev->dev, __VA_ARGS__) argument 124 static int vhost_user_recv_resp(struct virtio_uml_device *vu_dev, in vhost_user_recv_resp() argument 128 int rc = vhost_user_recv(vu_dev->sock, msg, max_payload_size); in vhost_user_recv_resp() 139 static int vhost_user_recv_u64(struct virtio_uml_device *vu_dev, in vhost_user_recv_u64() argument 143 int rc = vhost_user_recv_resp(vu_dev, &msg, in vhost_user_recv_u64() 154 static int vhost_user_recv_req(struct virtio_uml_device *vu_dev, in vhost_user_recv_req() argument 158 int rc = vhost_user_recv(vu_dev->req_fd, msg, max_payload_size); in vhost_user_recv_req() 170 static int vhost_user_send(struct virtio_uml_device *vu_dev, in vhost_user_send() argument 186 if (!(vu_dev->protocol_features & in vhost_user_send() 193 rc = full_sendmsg_fds(vu_dev->sock, msg, size, fds, num_fds); in vhost_user_send() [all …]
|