Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c41 void *cvq_cmd_out_buffer; member
232 munmap(s->cvq_cmd_out_buffer, vhost_vdpa_net_cvq_cmd_page_len()); in vhost_vdpa_cleanup()
602 r = vhost_vdpa_cvq_map_buf(&s->vhost_vdpa, s->cvq_cmd_out_buffer, in vhost_vdpa_net_cvq_start()
611 vhost_vdpa_cvq_unmap_buf(&s->vhost_vdpa, s->cvq_cmd_out_buffer); in vhost_vdpa_net_cvq_start()
624 vhost_vdpa_cvq_unmap_buf(&s->vhost_vdpa, s->cvq_cmd_out_buffer); in vhost_vdpa_net_cvq_stop()
666 out_cursor->iov_base = s->cvq_cmd_out_buffer; in vhost_vdpa_net_load_cursor_reset()
1468 .iov_base = s->cvq_cmd_out_buffer, in vhost_vdpa_net_handle_ctrl_avail()
1483 s->cvq_cmd_out_buffer, in vhost_vdpa_net_handle_ctrl_avail()
1486 ctrl = s->cvq_cmd_out_buffer; in vhost_vdpa_net_handle_ctrl_avail()
1700 s->cvq_cmd_out_buffer = mmap(NULL, vhost_vdpa_net_cvq_cmd_page_len(), in net_vhost_vdpa_init()