Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c3147 u16 dom_req, dom; in hv_pci_probe() local
3194 dom_req = hdev->dev_instance.b[5] << 8 | hdev->dev_instance.b[4]; in hv_pci_probe()
3195 dom = hv_get_dom_num(dom_req); in hv_pci_probe()
3199 "Unable to use dom# 0x%hx or other numbers", dom_req); in hv_pci_probe()
3204 if (dom != dom_req) in hv_pci_probe()
3207 dom_req, dom); in hv_pci_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c3638 u16 dom_req, dom; in hv_pci_probe() local
3668 dom_req = hdev->dev_instance.b[5] << 8 | hdev->dev_instance.b[4]; in hv_pci_probe()
3669 dom = hv_get_dom_num(dom_req); in hv_pci_probe()
3673 "Unable to use dom# 0x%x or other numbers", dom_req); in hv_pci_probe()
3678 if (dom != dom_req) in hv_pci_probe()
3681 dom_req, dom); in hv_pci_probe()

Completed in 10 milliseconds