Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/
Dpci_endpoint_test.c43 #define IRQ_TYPE_MSIX 2 macro
194 case IRQ_TYPE_MSIX: in pci_endpoint_test_alloc_irq_vectors()
254 case IRQ_TYPE_MSIX: in pci_endpoint_test_request_irq()
317 IRQ_TYPE_MSIX); in pci_endpoint_test_msi_irq()
355 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_copy()
451 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_write()
520 if (irq_type < IRQ_TYPE_LEGACY || irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_read()
571 if (req_irq_type < IRQ_TYPE_LEGACY || req_irq_type > IRQ_TYPE_MSIX) { in pci_endpoint_test_set_irq()
/linux-4.19.296/drivers/pci/endpoint/functions/
Dpci-epf-test.c23 #define IRQ_TYPE_MSIX 2 macro
271 case IRQ_TYPE_MSIX: in pci_epf_test_raise_irq()
300 if (reg->irq_type > IRQ_TYPE_MSIX) { in pci_epf_test_cmd_handler()