| H A D | rte_vhost_user.c | 66 vhost_log_req_desc(struct spdk_vhost_session *vsession, struct spdk_vhost_virtqueue *virtqueue, in vhost_log_req_desc() argument 77 rc = vhost_vq_get_desc(vsession, virtqueue, req_id, &desc, &desc_table, &desc_table_size); in vhost_log_req_desc() 97 struct spdk_vhost_virtqueue *virtqueue, in vhost_log_used_vring_elem() argument 106 if (spdk_unlikely(virtqueue->packed.packed_ring)) { in vhost_log_used_vring_elem() 111 len = sizeof(virtqueue->vring.used->ring[idx]); in vhost_log_used_vring_elem() 114 rte_vhost_log_used_vring(vsession->vid, virtqueue->vring_idx, offset, len); in vhost_log_used_vring_elem() 119 struct spdk_vhost_virtqueue *virtqueue) in vhost_log_used_vring_idx() argument 129 len = sizeof(virtqueue->vring.used->idx); in vhost_log_used_vring_idx() 130 vq_idx = virtqueue - vsession->virtqueue; in vhost_log_used_vring_idx() 139 vhost_vq_avail_ring_get(struct spdk_vhost_virtqueue * virtqueue,uint16_t * reqs,uint16_t reqs_len) vhost_vq_avail_ring_get() argument 222 vhost_vq_get_desc(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint16_t req_idx,struct vring_desc ** desc,struct vring_desc ** desc_table,uint32_t * desc_table_size) vhost_vq_get_desc() argument 268 vhost_vq_get_desc_packed(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint16_t req_idx,struct vring_packed_desc ** desc,struct vring_packed_desc ** desc_table,uint32_t * desc_table_size) vhost_vq_get_desc_packed() argument 324 vhost_vq_used_signal(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue) global() argument 351 session_vq_io_stats_update(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint64_t now) global() argument 372 check_session_vq_io_stats(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint64_t now) global() argument 401 vhost_session_vq_used_signal(struct spdk_vhost_virtqueue * virtqueue) global() argument 444 vhost_vq_used_ring_enqueue(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint16_t id,uint32_t len) global() argument 486 vhost_vq_packed_ring_enqueue(struct spdk_vhost_session * vsession,struct spdk_vhost_virtqueue * virtqueue,uint16_t num_descs,uint16_t buffer_id,uint32_t length,uint16_t inflight_head) global() argument 553 vhost_vq_packed_ring_is_avail(struct spdk_vhost_virtqueue * virtqueue) global() argument [all...] |