Home
last modified time | relevance | path

Searched refs:PCITEST_MSIX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpcitest.h19 #define PCITEST_MSIX _IOW('P', 0x7, int) macro
/openbmc/linux/Documentation/misc-devices/
H A Dpci-endpoint-test.rst38 PCITEST_MSIX:
/openbmc/linux/tools/pci/
H A Dpcitest.c108 ret = ioctl(fd, PCITEST_MSIX, test->msixnum); in run_test()
/openbmc/linux/drivers/misc/
H A Dpci_endpoint_test.c744 case PCITEST_MSIX: in pci_endpoint_test_ioctl()
745 ret = pci_endpoint_test_msi_irq(test, arg, cmd == PCITEST_MSIX); in pci_endpoint_test_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1125 +pub const PCITEST_MSIX: u32 = 1074024455;