Home
last modified time | relevance | path

Searched defs:PCI_SLOT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci.h32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-blk.c26 #define PCI_SLOT 0x04 macro
H A Dvhost-user-blk.c29 #define PCI_SLOT 0x04 macro
/openbmc/qemu/tests/qtest/fuzz/
H A Dvirtio_scsi_fuzz.c25 #define PCI_SLOT 0x02 macro
H A Dvirtio_blk_fuzz.c25 #define PCI_SLOT 0x02 macro
/openbmc/qemu/tests/qtest/
H A Dvirtio-net-test.c24 #define PCI_SLOT 0x04 macro
H A Dvirtio-scsi-test.c25 #define PCI_SLOT 0x02 macro
/openbmc/qemu/include/hw/pci/
H A Dpci.h16 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro