Searched refs:global_counter (Results 1 – 3 of 3) sorted by relevance
1688 vq->global_counter = 0; in vhost_check_queue_inflights_split()1737 vq->global_counter = resubmit->resubmit_list[0].counter + 1; in vhost_check_queue_inflights_split()1772 vq->global_counter = 0; in vhost_check_queue_inflights_packed()1831 vq->global_counter = resubmit->resubmit_list[0].counter + 1; in vhost_check_queue_inflights_packed()
996 vq->inflight_split->desc[idx].counter = vq->global_counter++; in rte_vhost_set_inflight_desc_split()1046 inflight_info->desc[old_free_head].counter = vq->global_counter++; in rte_vhost_set_inflight_desc_packed()
170 uint64_t global_counter; member