Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Ddpc.c379 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || PCI_POSSIBLE_ERROR(status)) in dpc_irq()
383 PCI_EXP_DPC_STATUS_INTERRUPT); in dpc_irq()
/linux/include/uapi/linux/
H A Dpci_regs.h1054 #define PCI_EXP_DPC_STATUS_INTERRUPT 0x0008 /* Interrupt Status */ macro