Searched refs:PCI_SBDF_TO_SEGID (Results 1 – 3 of 3) sorted by relevance
203 seq_printf(m, "%04x:%02x:%02x.%x\n", PCI_SBDF_TO_SEGID(sbdf), in devid_show()245 seg = PCI_SBDF_TO_SEGID(sbdf); in iommu_devtbl_show()350 seg = PCI_SBDF_TO_SEGID(sbdf); in iommu_irqtbl_show()
504 #define PCI_SBDF_TO_SEGID(sbdf) (((sbdf) >> 16) & 0xffff) macro
312 seg = PCI_SBDF_TO_SEGID(devid); in get_device_segment()3648 seg = PCI_SBDF_TO_SEGID(sbdf); in irq_remapping_alloc()
Completed in 16 milliseconds