Home
last modified time | relevance | path

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

/qemu/hw/hyperv/
H A Dvmbus.c171 HvSintRoute *notify_route; member
742 return hyperv_set_event_flag(chan->notify_route, chan->id); in vmbus_channel_notify_guest()
754 res = hyperv_sint_route_set_sint(chan->notify_route); in vmbus_channel_notify_guest()
1405 hyperv_sint_route_ref(chan->notify_route); in make_sint_route()
1406 return chan->notify_route; in make_sint_route()
1437 chan->notify_route = make_sint_route(chan->vmbus, chan->target_vp); in open_channel()
1438 if (!chan->notify_route) { in open_channel()
1450 hyperv_sint_route_unref(chan->notify_route); in open_channel()
1472 hyperv_sint_route_unref(chan->notify_route); in close_channel()
2540 hyperv_sint_route_set_sint(chan->notify_route); in vmbus_post_load()