Lines Matching refs:host_event
546 struct completion host_event; member
572 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
919 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
950 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
970 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1000 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1032 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1059 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1294 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1393 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1437 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
1818 struct completion host_event; member
1850 complete(&completion->host_event); in q_resource_requirements()
1884 init_completion(&comp_pkt.host_event); in new_pcichild_device()
1900 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
2400 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2413 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
2438 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2620 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
2631 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
2725 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
2749 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3042 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3053 wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ); in hv_pci_bus_exit()