Lines Matching defs:shutdown_latency
1225 u16 shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT;
1229 if (pcie_device->shutdown_latency) {
1230 if (shutdown_latency < pcie_device->shutdown_latency)
1231 shutdown_latency =
1232 pcie_device->shutdown_latency;
1235 ioc->max_shutdown_latency = shutdown_latency;
1273 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency)
1315 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency)
8215 pcie_device->shutdown_latency =
8222 if (pcie_device->shutdown_latency > ioc->max_shutdown_latency)
8224 pcie_device->shutdown_latency;