Home
last modified time | relevance | path

Searched refs:host_event (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/hyperv/pcib/
Dvmbus_pcib.c427 struct completion host_event; member
432 struct completion host_event; member
452 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
472 complete(&completion->host_event); in q_resource_requirements()
485 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
555 init_completion(&comp_pkt.host_event); in new_pcichild_device()
571 wait_for_completion(&comp_pkt.host_event); in new_pcichild_device()
572 free_completion(&comp_pkt.host_event); in new_pcichild_device()
583 free_completion(&comp_pkt.host_event); in new_pcichild_device()
1002 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
[all …]