Lines Matching refs:u8

46         u8 map;
47 u8 bus;
48 u8 devfn;
149 u8 bus, slot, stride;
252 u8 bus = pdev->bus; in check_pdev()
253 u8 dev = PCI_SLOT(pdev->devfn); in check_pdev()
254 u8 func = PCI_FUNC(pdev->devfn); in check_pdev()
300 static struct pci_dev *alloc_pdev(struct pci_seg *pseg, u8 bus, u8 devfn) in alloc_pdev()
313 *((u8*) &pdev->bus) = bus; in alloc_pdev()
314 *((u8*) &pdev->devfn) = devfn; in alloc_pdev()
339 u8 sec_bus, sub_bus; in alloc_pdev()
408 u8 dev, func, sec_bus, sub_bus; in free_pdev()
572 u8 bus = pdev->bus; in pci_enable_acs()
573 u8 dev = PCI_SLOT(pdev->devfn); in pci_enable_acs()
574 u8 func = PCI_FUNC(pdev->devfn); in pci_enable_acs()
605 int pci_add_device(u16 seg, u8 bus, u8 devfn, in pci_add_device()
770 int pci_remove_device(u16 seg, u8 bus, u8 devfn) in pci_remove_device()
854 u8 bus, devfn; in pci_release_devices()
881 enum pdev_type pdev_type(u16 seg, u8 bus, u8 devfn) in pdev_type()
884 u8 d = PCI_SLOT(devfn), f = PCI_FUNC(devfn); in pdev_type()
918 int find_upstream_bridge(u16 seg, u8 *bus, u8 *devfn, u8 *secbus) in find_upstream_bridge()
952 bool_t __init pci_device_detect(u16 seg, u8 bus, u8 dev, u8 func) in pci_device_detect()
964 void pci_check_disable_device(u16 seg, u8 bus, u8 devfn) in pci_check_disable_device()
1048 int (*handler)(u8 devfn, struct pci_dev *);
1054 u8 devfn = pdev->devfn; in setup_one_hwdom_device()
1123 struct domain *d, int (*handler)(u8 devfn, struct pci_dev *)) in setup_hwdom_pci_devices()
1152 u8 pcie = MASK_EXTR(pci_conf_read16(pdev->seg, pdev->bus, in hest_match_type()
1287 u8 devfn; in iommu_add_device()
1334 u8 devfn; in iommu_remove_device()
1366 static int device_assigned(u16 seg, u8 bus, u8 devfn) in device_assigned()
1377 static int assign_device(struct domain *d, u16 seg, u8 bus, u8 devfn, u32 flag) in assign_device()
1440 int deassign_device(struct domain *d, u16 seg, u8 bus, u8 devfn) in deassign_device()
1489 struct domain *d, u16 seg, u8 bus, u8 devfn, in iommu_get_device_group()
1568 u8 bus, devfn; in iommu_do_pci_domctl()