Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dpci_endpoint_test.c33 #define IRQ_TYPE_MSIX 2 macro
196 case IRQ_TYPE_MSIX: in pci_endpoint_test_alloc_irq_vectors()
256 case IRQ_TYPE_MSIX: in pci_endpoint_test_request_irq()
318 msix ? IRQ_TYPE_MSIX : IRQ_TYPE_MSI); in pci_endpoint_test_msi_irq()
388 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_copy()
524 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_write()
624 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_read()
694 if (req_irq_type < IRQ_TYPE_LEGACY || req_irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_set_irq()
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c24 #define IRQ_TYPE_MSIX 2 macro
617 case IRQ_TYPE_MSIX: in pci_epf_test_raise_irq()
656 if (reg->irq_type > IRQ_TYPE_MSIX) { in pci_epf_test_cmd_handler()