Lines Matching full:services
42 * services are enabled in "mask". Return the number of MSI/MSI-X vectors
158 * pcie_init_service_irqs - initialize irqs for PCI Express port services
209 int services = 0; in get_port_device_capability() local
213 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability()
226 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability()
243 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability()
259 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability()
260 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability()
264 services |= PCIE_PORT_SERVICE_BWNOTIF; in get_port_device_capability()
266 return services; in get_port_device_capability()
313 * Allocate the port extension structure and register services associated with
326 /* Get and check PCI Express port services */ in pcie_port_device_register()
346 /* Allocate child services if any */ in pcie_port_device_register()
387 * pcie_port_device_suspend - suspend port services associated with a PCIe port
403 * pcie_port_device_resume - resume port services associated with a PCIe port
413 * pcie_port_device_runtime_suspend - runtime suspend port services
423 * pcie_port_device_runtime_resume - runtime resume port services