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 | 112 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 145 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 513 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick() 532 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick()
|
| H A D | net.c | 534 vhost_disable_notify(&net->dev, vq); in vhost_net_busy_poll_try_queue() 557 vhost_disable_notify(&net->dev, vq); in vhost_net_busy_poll() 794 vhost_disable_notify(&net->dev, vq); in handle_tx_copy() 894 vhost_disable_notify(&net->dev, vq); in handle_tx_zerocopy() 979 vhost_disable_notify(&net->dev, vq); in handle_tx() 1171 vhost_disable_notify(&net->dev, vq); in handle_rx() 1205 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 | 586 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_do_evt_work() 1163 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_get_desc() 1315 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq() 1691 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_ctl_handle_vq()
|
| H A D | vhost.c | 3250 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function 3264 EXPORT_SYMBOL_GPL(vhost_disable_notify);
|