Home
last modified time | relevance | path

Searched refs:vhost_enable_notify (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/vhost/
H A Dvsock.c126 vhost_enable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt()
142 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_transport_do_send_pkt()
519 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_vsock_handle_tx_kick()
H A Dnet.c535 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in vhost_net_busy_poll_try_queue()
587 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll()
794 } else if (unlikely(vhost_enable_notify(&net->dev, in handle_tx_copy()
895 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx_zerocopy()
1204 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
H A Dtest.c76 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
H A Dvhost.h259 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
H A Dscsi.c607 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work()
1164 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_get_desc()
H A Dvhost.c3219 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function
3252 EXPORT_SYMBOL_GPL(vhost_enable_notify);