Searched refs:vhost_enable_notify (Results 1 – 5 of 5) sorted by relevance
163 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
64 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
380 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx()594 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
599 if (vhost_enable_notify(&vs->dev, vq)) in tcm_vhost_do_evt_work()914 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_handle_vq()
1485 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function