Searched refs:comp_pkt (Results 1 – 1 of 1) sorted by relevance
573 struct hv_pci_compl *comp_pkt = context; in hv_pci_generic_compl() local576 comp_pkt->completion_status = resp->status; in hv_pci_generic_compl()578 comp_pkt->completion_status = -1; in hv_pci_generic_compl()580 complete(&comp_pkt->host_event); in hv_pci_generic_compl()890 struct hv_pci_compl comp_pkt; member913 comp->comp_pkt.completion_status = -1; in hv_pci_read_config_compl()925 comp->comp_pkt.completion_status = read_resp->status; in hv_pci_read_config_compl()927 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()952 struct hv_read_config_compl comp_pkt; in hv_read_config_block() local959 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()[all …]