Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
1666 sc->facts.shutdown_timeout = in mpi3mr_process_factsdata()4269 U16 shutdown_timeout = le16toh(evtdata->ShutdownTimeout); in mpi3mr_energypackchg_evt_th() local4271 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th()4274 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4280 __func__, sc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4281 sc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()6472 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6473 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()6503 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6504 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()
359 U16 shutdown_timeout; member