Home
last modified time | relevance | path

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

/linux-6.15/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()
328 PCI_EXP_DPC_STATUS_TRIGGER); in dpc_handle_surprise_removal()
382 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-6.15/include/uapi/linux/
H A Dpci_regs.h1077 #define PCI_EXP_DPC_STATUS_TRIGGER 0x0001 /* Trigger Status */ macro