Searched refs:cur_ready (Results 1 – 1 of 1) sorted by relevance
2893 bool cur_ready = vq_is_ready(dev, vq); in vhost_user_msg_handler() local2895 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()