Lines Matching full:services
53 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
169 * pcie_init_service_irqs - initialize irqs for PCI Express port services
220 int services = 0; in get_port_device_capability() local
226 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
241 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
248 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
264 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
265 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
273 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
276 return services; in get_port_device_capability()
323 * Allocate the port extension structure and register services associated with
336 /* Get and check PCI Express port services */ in pcie_port_device_register()
356 /* Allocate child services if any */ in pcie_port_device_register()
397 * pcie_port_device_suspend - suspend port services associated with a PCIe port
413 * pcie_port_device_resume - resume port services associated with a PCIe port
423 * pcie_port_device_runtime_suspend - runtime suspend port services
433 * pcie_port_device_runtime_resume - runtime resume port services
600 /* If this switch is set, PCIe port native services should not be enabled. */
604 * If the user specified "pcie_ports=native", use the PCIe services regardless