Lines Matching refs:host_event
532 struct completion host_event; member
537 struct completion host_event; member
576 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
596 complete(&completion->host_event); in q_resource_requirements()
609 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
679 init_completion(&comp_pkt.host_event); in new_pcichild_device()
695 if (wait_for_response(hbus, &comp_pkt.host_event)) in new_pcichild_device()
698 free_completion(&comp_pkt.host_event); in new_pcichild_device()
709 free_completion(&comp_pkt.host_event); in new_pcichild_device()
1058 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1072 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
1097 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1103 free_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
1137 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
1151 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_pci_enter_d0()
1164 free_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
1194 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
1219 ret = wait_for_response(hbus, &comp_pkt.host_event); in hv_send_resources_allocated()
1221 free_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
1910 init_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1946 free_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1950 wait_for_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()
1951 free_completion(&comp.comp_pkt.host_event); in vmbus_pcib_map_msi()