Lines Matching refs:vhost_user_send
170 static int vhost_user_send(struct virtio_uml_device *vu_dev, in vhost_user_send() function
220 return vhost_user_send(vu_dev, need_response, &msg, NULL, 0); in vhost_user_send_no_payload()
230 return vhost_user_send(vu_dev, false, &msg, &fd, 1); in vhost_user_send_no_payload_fd()
242 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_send_u64()
430 rc = vhost_user_send(vu_dev, true, msg, NULL, 0); in vhost_user_get_config()
481 rc = vhost_user_send(vu_dev, false, msg, NULL, 0); in vhost_user_set_config()
571 return vhost_user_send(vu_dev, false, &msg, fds, in vhost_user_set_mem_table()
585 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_state()
616 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_addr()
632 return vhost_user_send(vu_dev, false, &msg, NULL, 0); in vhost_user_set_vring_fd()
634 return vhost_user_send(vu_dev, false, &msg, &fd, 1); in vhost_user_set_vring_fd()