Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c586 struct pci_child_message *res_req; in new_pcichild_device() local
605 res_req = (struct pci_child_message *)&ctxt.pkt.message; in new_pcichild_device()
606 res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS; in new_pcichild_device()
607 res_req->wslot.val = desc->wslot.val; in new_pcichild_device()
611 res_req, sizeof(*res_req), (uint64_t)(uintptr_t)&ctxt.pkt); in new_pcichild_device()