Searched refs:vhost_disable_notify (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/vhost/ |
D | vsock.c | 97 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 137 vhost_disable_notify(&vsock->dev, vq); in vhost_transport_do_send_pkt() 358 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick() 377 vhost_disable_notify(&vsock->dev, vq); in vhost_vsock_handle_tx_kick()
|
D | test.c | 53 vhost_disable_notify(&n->dev, vq); in handle_vq() 66 vhost_disable_notify(&n->dev, vq); in handle_vq()
|
D | net.c | 574 vhost_disable_notify(&net->dev, vq); in handle_tx_copy() 646 vhost_disable_notify(&net->dev, vq); in handle_tx_zerocopy() 727 vhost_disable_notify(&net->dev, vq); in handle_tx() 785 vhost_disable_notify(&net->dev, tvq); in vhost_net_rx_peek_head_len() 807 vhost_disable_notify(&net->dev, tvq); in vhost_net_rx_peek_head_len() 934 vhost_disable_notify(&net->dev, vq); in handle_rx() 961 vhost_disable_notify(&net->dev, vq); in handle_rx()
|
D | vhost.h | 203 void vhost_disable_notify(struct vhost_dev *, struct vhost_virtqueue *);
|
D | scsi.c | 452 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_do_evt_work() 831 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq() 845 vhost_disable_notify(&vs->dev, vq); in vhost_scsi_handle_vq()
|
D | vhost.c | 2368 void vhost_disable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) in vhost_disable_notify() function 2382 EXPORT_SYMBOL_GPL(vhost_disable_notify);
|