Home
last modified time | relevance | path

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

/drivers/vhost/
Dtest.c52 vhost_disable_notify(&n->dev, vq); in handle_vq()
65 vhost_disable_notify(&n->dev, vq); in handle_vq()
Dvhost.h162 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
Dnet.c350 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()
Dscsi.c590 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()
Dvhost.c1522 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function