Home
last modified time | relevance | path

Searched refs:PCI_EXP_DPC_STATUS_TRIGGER (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/pcie/
H A Ddpc.c86 if ((!PCI_POSSIBLE_ERROR(status)) && (status & PCI_EXP_DPC_STATUS_TRIGGER)) in dpc_completed()
175 PCI_EXP_DPC_STATUS_TRIGGER); in dpc_reset_link()
330 PCI_EXP_DPC_STATUS_TRIGGER); in dpc_handle_surprise_removal()
384 if (status & PCI_EXP_DPC_STATUS_TRIGGER) in dpc_irq()
H A Dedr.c188 if (!(status & PCI_EXP_DPC_STATUS_TRIGGER)) { in edr_handle_event()
/linux/include/uapi/linux/
H A Dpci_regs.h1051 #define PCI_EXP_DPC_STATUS_TRIGGER 0x0001 /* Trigger Status */ macro