• Home
  • Raw
  • Download

Lines Matching full:host_event

572 	struct completion host_event;  member
963 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
1408 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
1440 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1460 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1490 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1522 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1549 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1691 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1921 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
1981 while (!try_wait_for_completion(&comp.comp_pkt.host_event)) { in hv_compose_msi_msg()
2419 struct completion host_event; member
2453 complete(&completion->host_event); in q_resource_requirements()
2487 init_completion(&comp_pkt.host_event); in new_pcichild_device()
2503 if (wait_for_response(hbus->hdev, &comp_pkt.host_event)) in new_pcichild_device()
3124 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
3137 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_protocol_negotiation()
3162 reinit_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
3346 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
3357 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_pci_enter_d0()
3501 init_completion(&comp_pkt.host_event); in hv_send_resources_allocated()
3525 ret = wait_for_response(hdev, &comp_pkt.host_event); in hv_send_resources_allocated()
3860 init_completion(&comp_pkt.host_event); in hv_pci_bus_exit()
3873 if (wait_for_completion_timeout(&comp_pkt.host_event, 10 * HZ) == 0) { in hv_pci_bus_exit()