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.h179 void vhost_dev_disable_notifiers_nvqs(struct vhost_dev *hdev,
/openbmc/qemu/hw/virtio/
H A Dvhost.c1683 void vhost_dev_disable_notifiers_nvqs(struct vhost_dev *hdev, in vhost_dev_disable_notifiers_nvqs() function
1746 vhost_dev_disable_notifiers_nvqs(hdev, vdev, i); in vhost_dev_enable_notifiers()
1763 vhost_dev_disable_notifiers_nvqs(hdev, vdev, hdev->nvqs); in vhost_dev_disable_notifiers()
/openbmc/qemu/hw/net/
H A Dvhost_net.c188 vhost_dev_disable_notifiers_nvqs(hdev, dev, j); in vhost_net_enable_notifiers()