Lines Matching refs:qbus
169 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_disable_notifiers_nvhosts() local
191 r = virtio_bus_set_host_notifier(VIRTIO_BUS(qbus), in vhost_net_disable_notifiers_nvhosts()
217 virtio_bus_cleanup_host_notifier(VIRTIO_BUS(qbus), in vhost_net_disable_notifiers_nvhosts()
228 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_enable_notifiers() local
267 r = virtio_bus_set_host_notifier(VIRTIO_BUS(qbus), in vhost_net_enable_notifiers()
494 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_start() local
495 VirtioBusState *vbus = VIRTIO_BUS(qbus); in vhost_net_start()
539 r = k->set_guest_notifiers(qbus->parent, total_notifiers, true); in vhost_net_start()
575 e = k->set_guest_notifiers(qbus->parent, total_notifiers, false); in vhost_net_start()
589 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_stop() local
590 VirtioBusState *vbus = VIRTIO_BUS(qbus); in vhost_net_stop()
607 r = k->set_guest_notifiers(qbus->parent, total_notifiers, false); in vhost_net_stop()