Searched refs:vhost_disable_notify (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/vhost/ |
D | test.c | 53 vhost_disable_notify(&n->dev, vq); in handle_vq() 66 vhost_disable_notify(&n->dev, vq); in handle_vq()
|
D | net.c | 318 vhost_disable_notify(&net->dev, vq); in handle_tx() 345 vhost_disable_notify(&net->dev, vq); in handle_tx() 548 vhost_disable_notify(&net->dev, vq); in handle_rx() 579 vhost_disable_notify(&net->dev, vq); in handle_rx()
|
D | vhost.h | 152 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
D | scsi.c | 628 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_do_evt_work() 1032 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq() 1046 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq()
|
D | vhost.c | 1553 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function 1567 EXPORT_SYMBOL_GPL(vhost_disable_notify);
|