Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c1997 struct pci_child_message *res_req; in new_pcichild_device() local
2017 res_req = (struct pci_child_message *)&pkt.init_packet.message; in new_pcichild_device()
2018 res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS; in new_pcichild_device()
2019 res_req->wslot.slot = desc->win_slot.slot; in new_pcichild_device()
2021 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c2472 struct pci_child_message *res_req; in new_pcichild_device() local
2492 res_req = (struct pci_child_message *)&pkt.init_packet.message; in new_pcichild_device()
2493 res_req->message_type.type = PCI_QUERY_RESOURCE_REQUIREMENTS; in new_pcichild_device()
2494 res_req->wslot.slot = desc->win_slot.slot; in new_pcichild_device()
2496 ret = vmbus_sendpacket(hbus->hdev->channel, res_req, in new_pcichild_device()

Completed in 11 milliseconds