Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-hyperv.c1002 static u32 devfn_to_wslot(int devfn) in devfn_to_wslot() function
1295 hpdev = get_pcichild_wslot(hbus, devfn_to_wslot(devfn)); in hv_pcifront_read_config()
1323 hpdev = get_pcichild_wslot(hbus, devfn_to_wslot(devfn)); in hv_pcifront_write_config()
1443 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block()
1523 write_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_write_config_block()
1575 hpdev = get_pcichild_wslot(hbus, devfn_to_wslot(pdev->devfn)); in hv_register_block_invalidate()
1640 hpdev = get_pcichild_wslot(hbus, devfn_to_wslot(pdev->devfn)); in hv_msi_free()
1862 hpdev = get_pcichild_wslot(hbus, devfn_to_wslot(pdev->devfn)); in hv_compose_msi_msg()
2363 hv_dev = get_pcichild_wslot(hbus, devfn_to_wslot(dev->devfn)); in hv_pci_assign_numa_node()