Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c1076 ioc->max_shutdown_latency = shutdown_latency; in _scsih_set_nvme_max_shutdown_latency()
1114 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove()
1156 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove_by_handle()
7246 if (pcie_device->shutdown_latency > ioc->max_shutdown_latency) in _scsih_pcie_add_device()
7247 ioc->max_shutdown_latency = in _scsih_pcie_add_device()
10028 ioc->max_shutdown_latency); in _scsih_nvme_shutdown()
10030 ioc->max_shutdown_latency*HZ); in _scsih_nvme_shutdown()
10979 ioc->max_shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT; in _scsih_probe()
H A Dmpt3sas_base.h1308 u16 max_shutdown_latency; member