Lines Matching refs:host_event

580 	struct completion host_event;  member
606 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
950 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
982 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1002 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1032 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1064 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1091 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1339 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1464 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1522 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
1939 struct completion host_event; member
1971 complete(&completion->host_event); in q_resource_requirements()
2005 init_completion(&comp_pkt.host_event); in new_pcichild_device()
2021 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
2609 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2622 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
2647 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2829 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
2840 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
2934 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
2958 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3332 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3345 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) in hv_pci_bus_exit()