Lines Matching refs:dpc
52 * Fill in *pme, *aer, *dpc with the relevant Interrupt Message Numbers if
57 u32 *pme, u32 *aer, u32 *dpc)
95 *dpc = reg16 & PCI_EXP_DPC_IRQ;
96 nvec = max(nvec, *dpc + 1);
115 u32 pme = 0, aer = 0, dpc = 0;
124 nvec = pcie_message_numbers(dev, mask, &pme, &aer, &dpc);
163 irqs[PCIE_PORT_SERVICE_DPC_SHIFT] = pci_irq_vector(dev, dpc);
259 * With dpc-native, allow Linux to use DPC even if it doesn't have
611 * If the user specified "pcie_ports=dpc-native", use the Linux DPC PCIe
622 else if (!strncmp(str, "dpc-native", 10))