Lines Matching full:host_event

553 	struct completion host_event;  member
579 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
926 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
958 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
978 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1008 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1040 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1067 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1344 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1478 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1531 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
1957 struct completion host_event; member
1989 complete(&completion->host_event); in q_resource_requirements()
2023 init_completion(&comp_pkt.host_event); in new_pcichild_device()
2039 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
2635 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2648 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
2673 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2857 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
2868 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
2962 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
2986 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3364 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3377 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) in hv_pci_bus_exit()