Home
last modified time | relevance | path

Searched refs:max_shutdown_latency (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c1235 ioc->max_shutdown_latency = shutdown_latency; in _scsih_set_nvme_max_shutdown_latency()
1273 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove()
1315 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove_by_handle()
8222 if (pcie_device->shutdown_latency > ioc->max_shutdown_latency) in _scsih_pcie_add_device()
8223 ioc->max_shutdown_latency = in _scsih_pcie_add_device()
11137 ioc->max_shutdown_latency); in _scsih_nvme_shutdown()
11139 ioc->max_shutdown_latency*HZ); in _scsih_nvme_shutdown()
12249 ioc->max_shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT; in _scsih_probe()
H A Dmpt3sas_base.h1450 u16 max_shutdown_latency; member