Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h163 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
Dtest.c64 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
Dnet.c380 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx()
594 if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
Dscsi.c599 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()
Dvhost.c1485 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function