Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
1644 sc->facts.shutdown_timeout = in mpi3mr_process_factsdata()4058 U16 shutdown_timeout = le16toh(evtdata->ShutdownTimeout); in mpi3mr_energypackchg_evt_th() local4060 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th()4063 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4069 __func__, sc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4070 sc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()6053 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6054 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()6084 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6085 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()
344 U16 shutdown_timeout; member