Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-vdpa.c676 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...]
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c1094 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in process_v2_sparse_read()
1869 ceph_msg_data_cursor_init(&con->v2.in_cursor, con->in_msg, in prepare_read_data()
1872 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data()
1899 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data_cont()
1910 ceph_msg_data_advance(&con->v2.in_cursor, con->v2.in_bvec.bv_len); in prepare_read_data_cont()
1911 if (con->v2.in_cursor.total_resid) { in prepare_read_data_cont()
1912 get_bvec_at(&con->v2.in_cursor, &bv); in prepare_read_data_cont()
1935 struct ceph_msg_data_cursor *cursor = &con->v2.in_cursor; in prepare_sparse_read_cont()
2041 ceph_msg_data_cursor_init(&con->v2.in_cursor, msg, in prepare_sparse_read_data()
3696 ceph_msg_data_advance(&con->v2.in_cursor, recved); in revoke_at_prepare_read_data_cont()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h412 struct ceph_msg_data_cursor in_cursor; member