Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c2675 unsigned int vq_num = 0; in vhost_user_lock_all_queue_pairs() local
2677 while (vq_num < dev->nr_vring) { in vhost_user_lock_all_queue_pairs()
2682 vq_num++; in vhost_user_lock_all_queue_pairs()
2692 unsigned int vq_num = 0; in vhost_user_unlock_all_queue_pairs() local
2694 while (vq_num < dev->nr_vring) { in vhost_user_unlock_all_queue_pairs()
2699 vq_num++; in vhost_user_unlock_all_queue_pairs()