Searched refs:shutdown_timeout (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/nvme/host/
H A Dcore.c55 static unsigned char shutdown_timeout = 5; variable
56 module_param(shutdown_timeout, byte, 0644);
57 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");
2330 ctrl->shutdown_timeout, "shutdown");
3234 ctrl->shutdown_timeout = clamp_t(unsigned int, transition_time,
3235 shutdown_timeout, 60);
3237 if (ctrl->shutdown_timeout != shutdown_timeout)
3240 ctrl->shutdown_timeout);
3242 ctrl->shutdown_timeout
[all...]
H A Dnvme.h330 unsigned int shutdown_timeout; member in struct:nvme_ctrl
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h91 __le16 shutdown_timeout; member in struct:mpi3_ioc_facts_data
389 __le16 shutdown_timeout; member in struct:mpi3_event_data_energy_pack_change
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2750 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); local
2752 if (shutdown_timeout <= 0) {
2755 __func__, shutdown_timeout);
2761 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout);
2762 mrioc->facts.shutdown_timeout = shutdown_timeout;
H A Dmpi3mr.h347 u16 shutdown_timeout; member in struct:mpi3mr_ioc_facts
H A Dmpi3mr_fw.c2997 mrioc->facts.shutdown_timeout =
2998 le16_to_cpu(facts_data->shutdown_timeout);
4550 * shutdown_timeout for it to be completed.
4579 if (mrioc->facts.shutdown_timeout)
4580 timeout = mrioc->facts.shutdown_timeout * 10;

Completed in 162 milliseconds