Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c542 struct pci_child_message *res_req; in new_pcichild_device() local
561 res_req = (struct pci_child_message *)&ctxt.pkt.message; in new_pcichild_device()
562 res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS; in new_pcichild_device()
563 res_req->wslot.val = desc->wslot.val; in new_pcichild_device()
567 res_req, sizeof(*res_req), (uint64_t)(uintptr_t)&ctxt.pkt); in new_pcichild_device()