Lines Matching full:services
54 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
170 * pcie_init_service_irqs - initialize irqs for PCI Express port services
221 int services = 0; in get_port_device_capability() local
227 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
242 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
249 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
265 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
266 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
274 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
277 return services; in get_port_device_capability()
324 * Allocate the port extension structure and register services associated with
337 /* Get and check PCI Express port services */ in pcie_port_device_register()
357 /* Allocate child services if any */ in pcie_port_device_register()
398 * pcie_port_device_suspend - suspend port services associated with a PCIe port
414 * pcie_port_device_resume - resume port services associated with a PCIe port
424 * pcie_port_device_runtime_suspend - runtime suspend port services
434 * pcie_port_device_runtime_resume - runtime resume port services
601 /* If this switch is set, PCIe port native services should not be enabled. */
605 * If the user specified "pcie_ports=native", use the PCIe services regardless