Searched refs:inflight_info (Results 1 – 3 of 3) sorted by relevance
1031 if (unlikely(!inflight_info)) in rte_vhost_set_inflight_desc_packed()1137 if (unlikely(!inflight_info)) in rte_vhost_clr_inflight_desc_packed()1149 inflight_info->old_free_head = inflight_info->free_head; in rte_vhost_clr_inflight_desc_packed()1150 inflight_info->old_used_idx = inflight_info->used_idx; in rte_vhost_clr_inflight_desc_packed()1151 inflight_info->old_used_wrap_counter = inflight_info->used_wrap_counter; in rte_vhost_clr_inflight_desc_packed()1216 if (unlikely(!inflight_info)) in rte_vhost_set_last_inflight_io_packed()1226 inflight_info->desc[last].next = inflight_info->free_head; in rte_vhost_set_last_inflight_io_packed()1228 inflight_info->used_idx += inflight_info->desc[head].num; in rte_vhost_set_last_inflight_io_packed()1229 if (inflight_info->used_idx >= inflight_info->desc_num) { in rte_vhost_set_last_inflight_io_packed()1230 inflight_info->used_idx -= inflight_info->desc_num; in rte_vhost_set_last_inflight_io_packed()[all …]
179 if (dev->inflight_info) { in vhost_backend_cleanup()180 if (dev->inflight_info->addr) { in vhost_backend_cleanup()187 close(dev->inflight_info->fd); in vhost_backend_cleanup()188 dev->inflight_info->fd = -1; in vhost_backend_cleanup()191 free(dev->inflight_info); in vhost_backend_cleanup()192 dev->inflight_info = NULL; in vhost_backend_cleanup()1429 if (!dev->inflight_info) { in vhost_user_get_inflight_fd()1461 munmap(dev->inflight_info->addr, dev->inflight_info->size); in vhost_user_get_inflight_fd()1544 if (!dev->inflight_info) { in vhost_user_set_inflight_fd()1556 munmap(dev->inflight_info->addr, dev->inflight_info->size); in vhost_user_set_inflight_fd()[all …]
363 struct inflight_mem_info *inflight_info; member