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

/linux-master/drivers/misc/
H A Dpci_endpoint_test.c33 #define IRQ_TYPE_MSIX 2 macro
196 case IRQ_TYPE_MSIX:
256 case IRQ_TYPE_MSIX:
328 msix ? IRQ_TYPE_MSIX : IRQ_TYPE_MSI);
398 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) {
534 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) {
634 if (irq_type < IRQ_TYPE_INTX || irq_type > IRQ_TYPE_MSIX) {
704 if (req_irq_type < IRQ_TYPE_INTX || req_irq_type > IRQ_TYPE_MSIX) {
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c24 #define IRQ_TYPE_MSIX 2 macro
617 case IRQ_TYPE_MSIX:
656 if (reg->irq_type > IRQ_TYPE_MSIX) {

Completed in 142 milliseconds