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()
243 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
250 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
266 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
267 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
275 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
278 return services; in get_port_device_capability()
325 * Allocate the port extension structure and register services associated with
338 /* Get and check PCI Express port services */ in pcie_port_device_register()
358 /* Allocate child services if any */ in pcie_port_device_register()
399 * pcie_port_device_suspend - suspend port services associated with a PCIe port
415 * pcie_port_device_resume - resume port services associated with a PCIe port
425 * pcie_port_device_runtime_suspend - runtime suspend port services
435 * pcie_port_device_runtime_resume - runtime resume port services
602 /* If this switch is set, PCIe port native services should not be enabled. */
606 * If the user specified "pcie_ports=native", use the PCIe services regardless