Searched refs:vhost_disable_notify (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | test.c | 64 vhost_disable_notify(&n->dev, vq); in handle_vq() 77 vhost_disable_notify(&n->dev, vq); in handle_vq()
|
| H A D | vsock.c | 110 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 143 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 501 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick() 520 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick()
|
| H A D | net.c | 536 vhost_disable_notify(&net->dev, vq); in vhost_net_busy_poll_try_queue() 559 vhost_disable_notify(&net->dev, vq); in vhost_net_busy_poll() 796 vhost_disable_notify(&net->dev, vq); in handle_tx_copy() 896 vhost_disable_notify(&net->dev, vq); in handle_tx_zerocopy() 981 vhost_disable_notify(&net->dev, vq); in handle_tx() 1173 vhost_disable_notify(&net->dev, vq); in handle_rx() 1207 vhost_disable_notify(&net->dev, vq); in handle_rx()
|
| H A D | vhost.h | 257 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
| H A D | scsi.c | 588 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_do_evt_work() 1165 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_get_desc() 1318 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq() 1695 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_ctl_handle_vq()
|
| H A D | vhost.c | 3255 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function 3269 EXPORT_SYMBOL_GPL(vhost_disable_notify);
|