Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1225 u16 shutdown_latency = IO_UNIT_CONTROL_SHUTDOWN_TIMEOUT; in _scsih_set_nvme_max_shutdown_latency() local
1229 if (pcie_device->shutdown_latency) { in _scsih_set_nvme_max_shutdown_latency()
1230 if (shutdown_latency < pcie_device->shutdown_latency) in _scsih_set_nvme_max_shutdown_latency()
1231 shutdown_latency = in _scsih_set_nvme_max_shutdown_latency()
1232 pcie_device->shutdown_latency; in _scsih_set_nvme_max_shutdown_latency()
1235 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()
8201 pcie_device->shutdown_latency = in _scsih_pcie_add_device()
8208 if (pcie_device->shutdown_latency > ioc->max_shutdown_latency) in _scsih_pcie_add_device()
[all …]
Dmpt3sas_base.h645 u16 shutdown_latency; member
/linux-6.12.1/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h2305 __le16 shutdown_latency; member