Lines Matching full:host_event
573 struct completion host_event; member
957 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
1402 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
1434 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1454 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1484 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1516 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1543 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1685 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1915 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1975 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
2413 struct completion host_event; member
2447 complete(&completion->host_event); in q_resource_requirements()
2481 init_completion(&comp_pkt.host_event); in new_pcichild_device()
2497 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
3118 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
3131 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
3156 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
3340 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
3351 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
3495 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
3519 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3854 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3867 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) { in hv_pci_bus_exit()