Lines Matching refs:host_event
531 struct completion host_event; member
536 struct completion host_event; member
575 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
595 complete(&completion->host_event); in q_resource_requirements()
608 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
678 init_completion(&comp_pkt.host_event); in new_pcichild_device()
694 if (wait_for_response(hbus, &comp_pkt.host_event)) in new_pcichild_device()
697 free_completion(&comp_pkt.host_event); in new_pcichild_device()
708 free_completion(&comp_pkt.host_event); in new_pcichild_device()
1057 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1071 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
1096 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1102 free_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1136 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
1150 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_pci_enter_d0()
1163 free_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
1193 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
1218 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_send_resources_allocated()
1220 free_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
1942 init_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1978 free_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1982 wait_for_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1983 free_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()