Lines Matching refs:sbdf
54 u32 sbdf;
86 static struct device_state *__get_device_state(u32 sbdf)
91 if (dev_state->sbdf == sbdf)
98 static struct device_state *get_device_state(u32 sbdf)
104 dev_state = __get_device_state(sbdf);
531 seg_id = PCI_SBDF_TO_SEGID(iommu_fault->sbdf);
532 devid = PCI_SBDF_TO_DEVID(iommu_fault->sbdf);
547 dev_state = get_device_state(iommu_fault->sbdf);
607 u32 sbdf;
615 sbdf = get_pci_sbdf_id(pdev);
616 dev_state = get_device_state(sbdf);
692 u32 sbdf;
699 sbdf = get_pci_sbdf_id(pdev);
700 dev_state = get_device_state(sbdf);
742 u32 sbdf;
759 sbdf = get_pci_sbdf_id(pdev);
768 dev_state->sbdf = sbdf;
808 if (__get_device_state(sbdf) != NULL) {
840 u32 sbdf;
845 sbdf = get_pci_sbdf_id(pdev);
849 dev_state = __get_device_state(sbdf);
869 u32 sbdf;
875 sbdf = get_pci_sbdf_id(pdev);
880 dev_state = __get_device_state(sbdf);
900 u32 sbdf;
906 sbdf = get_pci_sbdf_id(pdev);
911 dev_state = __get_device_state(sbdf);