Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c2893 bool cur_ready = vq_is_ready(dev, vq); in vhost_user_msg_handler() local
2895 if (cur_ready != (vq && vq->ready)) { in vhost_user_msg_handler()
2896 vq->ready = cur_ready; in vhost_user_msg_handler()
2897 vhost_user_notify_queue_state(dev, i, cur_ready); in vhost_user_msg_handler()