Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c1832 vq->global_counter = 0; in vhost_check_queue_inflights_split()
1885 vq->global_counter = resubmit->resubmit_list[0].counter + 1; in vhost_check_queue_inflights_split()
1920 vq->global_counter = 0; in vhost_check_queue_inflights_packed()
1983 vq->global_counter = resubmit->resubmit_list[0].counter + 1; in vhost_check_queue_inflights_packed()
H A Dvhost.c1032 vq->inflight_split->desc[idx].counter = vq->global_counter++; in rte_vhost_set_inflight_desc_split()
1082 inflight_info->desc[old_free_head].counter = vq->global_counter++; in rte_vhost_set_inflight_desc_packed()
H A Dvhost.h300 uint64_t global_counter; member