Searched refs:vu_dev (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/um/drivers/ |
| H A D | virtio_uml.c | 179 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp() 212 int rc = vhost_user_recv(vu_dev, vu_dev->req_fd, msg, in vhost_user_recv_req() 441 vhost_user_check_reset(vu_dev, vu_dev->recv_rc); in vu_req_interrupt() 476 vu_dev->pdev->name, vu_dev, in vhost_user_init_slave_req() 491 um_free_irq(vu_dev->irq, vu_dev); in vhost_user_init_slave_req() 506 rc = vhost_user_get_features(vu_dev, &vu_dev->features); in vhost_user_init() 531 rc = vhost_user_get_queue_num(vu_dev, &vu_dev->max_vqs); in vhost_user_init() 1104 return vhost_user_set_features(vu_dev, vu_dev->features); in vu_finalize_features() 1137 um_free_irq(vu_dev->irq, vu_dev); in virtio_uml_release_dev() 1219 vu_dev = kzalloc(sizeof(*vu_dev), GFP_KERNEL); in virtio_uml_probe() [all …]
|