Home
last modified time | relevance | path

Searched refs:vhost_dev_disable_notifiers_nvqs (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h174 void vhost_dev_disable_notifiers_nvqs(struct vhost_dev *hdev,
/openbmc/qemu/hw/virtio/
H A Dvhost.c1685 void vhost_dev_disable_notifiers_nvqs(struct vhost_dev *hdev, in vhost_dev_disable_notifiers_nvqs() function
1748 vhost_dev_disable_notifiers_nvqs(hdev, vdev, i); in vhost_dev_enable_notifiers()
1765 vhost_dev_disable_notifiers_nvqs(hdev, vdev, hdev->nvqs); in vhost_dev_disable_notifiers()
/openbmc/qemu/hw/net/
H A Dvhost_net.c274 vhost_dev_disable_notifiers_nvqs(hdev, dev, j); in vhost_net_enable_notifiers()