Home
last modified time | relevance | path

Searched defs:pci_bdf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dskx_common.h177 struct pci_bdf { struct
178 u32 bus : 8;
179 u32 dev : 5;
180 u32 fun : 3;
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c540 int pci_bdf = PCI_BUILD_BDF(pci_bus_num(pci_get_bus(pci_dev)), in vfu_object_map_irq() local
/openbmc/linux/drivers/firmware/
H A Discsi_ibft.c129 u16 pci_bdf; member