Searched refs:vhost_enable_notify (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/vhost/ |
D | vsock.c | 110 vhost_enable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 136 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_transport_do_send_pkt() 376 if (unlikely(vhost_enable_notify(&vsock->dev, vq))) { in vhost_vsock_handle_tx_kick()
|
D | vhost.h | 205 bool vhost_enable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
D | net.c | 572 } else if (unlikely(vhost_enable_notify(&net->dev, in handle_tx_copy() 645 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_tx_zerocopy() 806 } else if (unlikely(vhost_enable_notify(&net->dev, tvq))) { in vhost_net_rx_peek_head_len() 958 } else if (unlikely(vhost_enable_notify(&net->dev, vq))) { in handle_rx()
|
D | test.c | 65 if (unlikely(vhost_enable_notify(&n->dev, vq))) { in handle_vq()
|
D | scsi.c | 461 if (vhost_enable_notify(&vs->dev, vq)) in vhost_scsi_do_evt_work() 844 if (unlikely(vhost_enable_notify(&vs->dev, vq))) { in vhost_scsi_handle_vq()
|
D | vhost.c | 2330 bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_enable_notify() function 2365 EXPORT_SYMBOL_GPL(vhost_enable_notify);
|