Home
last modified time | relevance | path

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

/tools/pci/
Dpcitest.c30 int irqtype; member
63 ret = ioctl(fd, PCITEST_SET_IRQTYPE, test->irqtype); in run_test()
64 fprintf(stdout, "SET IRQ TYPE TO %s:\t\t", irq[test->irqtype]); in run_test()
201 test->irqtype = atoi(optarg); in main()
202 if (test->irqtype < 0 || test->irqtype > 2) in main()