Searched refs:shutdown_timeout (Results 1 – 4 of 4) sorted by relevance
68 static unsigned char shutdown_timeout = 5; variable69 module_param(shutdown_timeout, byte, 0644);70 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");2760 ctrl->shutdown_timeout, "shutdown"); in nvme_disable_ctrl()3704 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify()3705 shutdown_timeout, 60); in nvme_init_identify()3707 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify()3710 ctrl->shutdown_timeout); in nvme_init_identify()3712 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
411 unsigned int shutdown_timeout; member
99 __le16 shutdown_timeout; member415 __le16 shutdown_timeout; member
3342 mrioc->facts.shutdown_timeout = in mpi3mr_process_factsdata()3343 le16_to_cpu(facts_data->shutdown_timeout); in mpi3mr_process_factsdata()5104 if (mrioc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()5105 timeout = mrioc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()