Searched refs:shutdown_latency (Results 1 – 2 of 2) sorted by relevance
1232 u16 shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT; in _scsih_set_nvme_max_shutdown_latency() local 1236 if (pcie_device->shutdown_latency) { in _scsih_set_nvme_max_shutdown_latency() 1237 if (shutdown_latency < pcie_device->shutdown_latency) in _scsih_set_nvme_max_shutdown_latency() 1238 shutdown_latency = in _scsih_set_nvme_max_shutdown_latency() 1239 pcie_device->shutdown_latency; in _scsih_set_nvme_max_shutdown_latency() 1242 ioc->max_shutdown_latency = shutdown_latency; in _scsih_set_nvme_max_shutdown_latency() 1280 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove() 1322 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove_by_handle() 8219 pcie_device->shutdown_latency in _scsih_pcie_add_device() [all...]
2309 __le16 shutdown_latency; member