Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-hyperv.c954 struct hv_pci_compl *comp_pkt = context; in hv_pci_generic_compl() local
956 comp_pkt->completion_status = resp->status; in hv_pci_generic_compl()
957 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
1365 struct hv_pci_compl comp_pkt; member
1388 comp->comp_pkt.completion_status = -1; in hv_pci_read_config_compl()
1400 comp->comp_pkt.completion_status = read_resp->status; in hv_pci_read_config_compl()
1402 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
1427 struct hv_read_config_compl comp_pkt; in hv_read_config_block() local
1434 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1435 comp_pkt.buf = buf; in hv_read_config_block()
[all …]