Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1040 struct pci_version_request *version_req; in hv_pci_protocol_negotiation() local
1052 version_req = (struct pci_version_request *)&ctxt.pkt.message; in hv_pci_protocol_negotiation()
1053 version_req->message_type.type = PCI_QUERY_PROTOCOL_VERSION; in hv_pci_protocol_negotiation()
1054 version_req->protocol_version = PCI_PROTOCOL_VERSION_CURRENT; in hv_pci_protocol_negotiation()
1055 version_req->is_last_attempt = 1; in hv_pci_protocol_negotiation()
1058 VMBUS_CHANPKT_FLAG_RC, version_req, sizeof(*version_req), in hv_pci_protocol_negotiation()