H A D | vhost-vdpa.c | 676 struct iovec *in_cursor) in vhost_vdpa_net_load_cursor_reset() 683 in_cursor->iov_base = s->status; 684 in_cursor->iov_len = vhost_vdpa_net_cvq_cmd_page_len(); 714 struct iovec *in_cursor, uint8_t class, in vhost_vdpa_net_load_cmd() 740 r = vhost_vdpa_net_svq_flush(s, in_cursor->iov_base - in vhost_vdpa_net_load_cmd() 746 vhost_vdpa_net_load_cursor_reset(s, out_cursor, in_cursor); in vhost_vdpa_net_load_cmd() 758 iov_copy(&in, 1, in_cursor, 1, 0, sizeof(*s->status)); in vhost_vdpa_net_load_cmd() 770 iov_discard_front(&in_cursor, &dummy_cursor_iov_cnt, sizeof(*s->status)); in vhost_vdpa_net_load_mac() 777 struct iovec *in_cursor) in vhost_vdpa_net_load_mac() 784 ssize_t r = vhost_vdpa_net_load_cmd(s, out_cursor, in_cursor, in vhost_vdpa_net_load_mac() 671 vhost_vdpa_net_load_cursor_reset(VhostVDPAState * s,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_cursor_reset() argument 709 vhost_vdpa_net_load_cmd(VhostVDPAState * s,struct iovec * out_cursor,struct iovec * in_cursor,uint8_t class,uint8_t cmd,const struct iovec * data_sg,size_t data_num) vhost_vdpa_net_load_cmd() argument 772 vhost_vdpa_net_load_mac(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_mac() argument 842 vhost_vdpa_net_load_rss(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor,bool do_rss) vhost_vdpa_net_load_rss() argument 940 vhost_vdpa_net_load_mq(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_mq() argument 985 vhost_vdpa_net_load_offloads(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_offloads() argument 1029 vhost_vdpa_net_load_rx_mode(VhostVDPAState * s,struct iovec * out_cursor,struct iovec * in_cursor,uint8_t cmd,uint8_t on) vhost_vdpa_net_load_rx_mode() argument 1051 vhost_vdpa_net_load_rx(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_rx() argument 1192 vhost_vdpa_net_load_single_vlan(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor,uint16_t vid) vhost_vdpa_net_load_single_vlan() argument 1213 vhost_vdpa_net_load_vlan(VhostVDPAState * s,const VirtIONet * n,struct iovec * out_cursor,struct iovec * in_cursor) vhost_vdpa_net_load_vlan() argument 1242 struct iovec out_cursor, in_cursor; vhost_vdpa_net_cvq_load() local [all...] |