Searched refs:shutdown_timeout (Results 1 – 4 of 4) sorted by relevance
61 static unsigned char shutdown_timeout = 5; variable62 module_param(shutdown_timeout, byte, 0644);63 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");2699 ctrl->shutdown_timeout, "shutdown"); in nvme_disable_ctrl()3640 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time, in nvme_init_identify()3641 shutdown_timeout, 60); in nvme_init_identify()3643 if (ctrl->shutdown_timeout != shutdown_timeout) in nvme_init_identify()3646 ctrl->shutdown_timeout); in nvme_init_identify()3648 ctrl->shutdown_timeout = shutdown_timeout; in nvme_init_identify()
401 unsigned int shutdown_timeout; member
99 __le16 shutdown_timeout; member415 __le16 shutdown_timeout; member
3337 mrioc->facts.shutdown_timeout = in mpi3mr_process_factsdata()3338 le16_to_cpu(facts_data->shutdown_timeout); in mpi3mr_process_factsdata()5099 if (mrioc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()5100 timeout = mrioc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()