Lines Matching full:host_event
554 struct completion host_event; member
580 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
927 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
959 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
979 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1009 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1041 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1068 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1316 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1416 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1467 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
1884 struct completion host_event; member
1916 complete(&completion->host_event); in q_resource_requirements()
1950 init_completion(&comp_pkt.host_event); in new_pcichild_device()
1966 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
2562 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2575 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
2600 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2784 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
2795 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
2889 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
2913 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3276 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3289 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) in hv_pci_bus_exit()