Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-hyperv.c3709 u16 dom_req; in hv_pci_probe() local
3742 dom_req = hdev->dev_instance.b[5] << 8 | hdev->dev_instance.b[4]; in hv_pci_probe()
3743 dom = pci_bus_find_emul_domain_nr(dom_req, 1, U16_MAX); in hv_pci_probe()
3746 "Unable to use dom# 0x%x or other numbers", dom_req); in hv_pci_probe()
3751 if (dom != dom_req) in hv_pci_probe()
3754 dom_req, dom); in hv_pci_probe()