Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/pcie/
Ddpc.c315 if (!(status & PCI_EXP_DPC_STATUS_INTERRUPT) || PCI_POSSIBLE_ERROR(status)) in dpc_irq()
319 PCI_EXP_DPC_STATUS_INTERRUPT); in dpc_irq()
/linux-5.19.10/include/uapi/linux/
Dpci_regs.h1042 #define PCI_EXP_DPC_STATUS_INTERRUPT 0x0008 /* Interrupt Status */ macro