Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c1575 struct pci_child_message *res_req; in new_pcichild_device() local
1595 res_req = (struct pci_child_message *)&pkt.init_packet.message; in new_pcichild_device()
1596 res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS; in new_pcichild_device()
1597 res_req->wslot.slot = desc->win_slot.slot; in new_pcichild_device()
1599 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device()