Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/pcie/
Ddpc.c82 if ((!PCI_POSSIBLE_ERROR(status)) && (status & PCI_EXP_DPC_STATUS_TRIGGER)) in dpc_completed()
171 PCI_EXP_DPC_STATUS_TRIGGER); in dpc_reset_link()
319 if (status & PCI_EXP_DPC_STATUS_TRIGGER) in dpc_irq()
Dedr.c182 if (!(status & PCI_EXP_DPC_STATUS_TRIGGER)) { in edr_handle_event()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h1043 #define PCI_EXP_DPC_STATUS_TRIGGER 0x0001 /* Trigger Status */ macro