Searched refs:vhost_enable_notify (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A D | vsock.c | 122 vhost_enable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 138 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_transport_do_send_pkt() 502 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_vsock_handle_tx_kick()
|
H A D | net.c | 515 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in vhost_net_busy_poll_try_queue() 567 vhost_enable_notify(&net->dev, rvq); in vhost_net_busy_poll() 802 } else if (unlikely(vhost_enable_notify(&net->dev, in handle_tx_copy() 896 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx_zerocopy() 1178 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
|
H A D | vhost.h | 225 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
H A D | test.c | 70 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
|
H A D | scsi.c | 474 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work() 959 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_get_desc()
|
H A D | vhost.c | 2887 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function 2933 EXPORT_SYMBOL_GPL(vhost_enable_notify);
|