Searched refs:in_cursor (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/net/ |
| H A D | vhost-vdpa.c | 678 struct iovec *in_cursor) in vhost_vdpa_net_load_cursor_reset() argument 685 in_cursor->iov_base = s->status; in vhost_vdpa_net_load_cursor_reset() 686 in_cursor->iov_len = vhost_vdpa_net_cvq_cmd_page_len(); in vhost_vdpa_net_load_cursor_reset() 716 struct iovec *in_cursor, uint8_t class, in vhost_vdpa_net_load_cmd() argument 742 r = vhost_vdpa_net_svq_flush(s, in_cursor->iov_base - in vhost_vdpa_net_load_cmd() 748 vhost_vdpa_net_load_cursor_reset(s, out_cursor, in_cursor); in vhost_vdpa_net_load_cmd() 760 iov_copy(&in, 1, in_cursor, 1, 0, sizeof(*s->status)); in vhost_vdpa_net_load_cmd() 772 iov_discard_front(&in_cursor, &dummy_cursor_iov_cnt, sizeof(*s->status)); in vhost_vdpa_net_load_cmd() 779 struct iovec *in_cursor) in vhost_vdpa_net_load_mac() argument 786 ssize_t r = vhost_vdpa_net_load_cmd(s, out_cursor, in_cursor, in vhost_vdpa_net_load_mac() [all …]
|