Home
last modified time | relevance | path

Searched refs:vhost_user_send (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dvirtio_uml.c226 static int vhost_user_send(struct virtio_uml_device *vu_dev, in vhost_user_send() function
281 return vhost_user_send(vu_dev, need_response, &msg, NULL, 0); in vhost_user_send_no_payload()
291 return vhost_user_send(vu_dev, false, &msg, &fd, 1); in vhost_user_send_no_payload_fd()
303 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_send_u64()
543 rc = vhost_user_send(vu_dev, true, msg, NULL, 0); in vhost_user_get_config()
594 rc = vhost_user_send(vu_dev, false, msg, NULL, 0); in vhost_user_set_config()
684 return vhost_user_send(vu_dev, false, &msg, fds, in vhost_user_set_mem_table()
698 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_state()
729 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_addr()
745 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_fd()
[all …]