Searched refs:shutdown_timeout (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | core.c | 42 static unsigned char shutdown_timeout = 5; variable 43 module_param(shutdown_timeout, byte, 0644); 44 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown"); 2454 unsigned long timeout = jiffies + (ctrl->shutdown_timeout * HZ); in nvme_shutdown_ctrl() 3141 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify() 3142 shutdown_timeout, 60); in nvme_init_identify() 3144 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify() 3147 ctrl->shutdown_timeout); in nvme_init_identify() 3149 ctrl->shutdown_timeout in nvme_init_identify() [all...] |
H A D | nvme.h | 306 unsigned int shutdown_timeout; member
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | core.c | 54 static unsigned char shutdown_timeout = 5; variable 55 module_param(shutdown_timeout, byte, 0644); 56 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown"); 2236 ctrl->shutdown_timeout, "shutdown"); in nvme_disable_ctrl() 3102 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify() 3103 shutdown_timeout, 60); in nvme_init_identify() 3105 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify() 3108 ctrl->shutdown_timeout); in nvme_init_identify() 3110 ctrl->shutdown_timeout in nvme_init_identify() [all...] |
H A D | nvme.h | 329 unsigned int shutdown_timeout; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 90 __le16 shutdown_timeout; member 388 __le16 shutdown_timeout; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 2749 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); in mpi3mr_energypackchg_evt_th() local 2751 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th() 2754 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th() 2760 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th() 2761 mrioc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()
|
H A D | mpi3mr.h | 343 u16 shutdown_timeout; member
|
H A D | mpi3mr_fw.c | 2891 mrioc->facts.shutdown_timeout = in mpi3mr_process_factsdata() 2892 le16_to_cpu(facts_data->shutdown_timeout); in mpi3mr_process_factsdata() 4437 * shutdown_timeout for it to be completed. 4466 if (mrioc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown() 4467 timeout = mrioc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()
|
Completed in 42 milliseconds