Searched refs:vhost_disable_notify (Results 1 – 5 of 5) sorted by relevance
/drivers/vhost/ |
D | test.c | 52 vhost_disable_notify(&n->dev, vq); in handle_vq() 65 vhost_disable_notify(&n->dev, vq); in handle_vq()
|
D | vhost.h | 162 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
D | net.c | 350 vhost_disable_notify(&net->dev, vq); in handle_tx() 381 vhost_disable_notify(&net->dev, vq); in handle_tx() 575 vhost_disable_notify(&net->dev, vq); in handle_rx() 597 vhost_disable_notify(&net->dev, vq); in handle_rx()
|
D | scsi.c | 590 vhost_disable_notify(&vs->dev, vq); in tcm_vhost_do_evt_work() 901 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq() 915 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq()
|
D | vhost.c | 1522 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function
|