Home
last modified time | relevance | path

Searched refs:shutdown_latency (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c1289 u16 shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT; in _scsih_set_nvme_max_shutdown_latency() local
1293 if (pcie_device->shutdown_latency) { in _scsih_set_nvme_max_shutdown_latency()
1294 if (shutdown_latency < pcie_device->shutdown_latency) in _scsih_set_nvme_max_shutdown_latency()
1295 shutdown_latency = in _scsih_set_nvme_max_shutdown_latency()
1296 pcie_device->shutdown_latency; in _scsih_set_nvme_max_shutdown_latency()
1299 ioc->max_shutdown_latency = shutdown_latency; in _scsih_set_nvme_max_shutdown_latency()
1337 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove()
1379 if (pcie_device->shutdown_latency == ioc->max_shutdown_latency) in _scsih_pcie_device_remove_by_handle()
9430 pcie_device->shutdown_latency = in _scsih_pcie_add_device()
9437 if (pcie_device->shutdown_latency > ioc->max_shutdown_latency) in _scsih_pcie_add_device()
[all …]
H A Dmpt3sas_base.h649 u16 shutdown_latency; member
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h2429 __le16 shutdown_latency; member