Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
1644 sc->facts.shutdown_timeout = in mpi3mr_process_factsdata()4070 U16 shutdown_timeout = le16toh(evtdata->ShutdownTimeout); in mpi3mr_energypackchg_evt_th() local4072 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th()4075 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4081 __func__, sc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()4082 sc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()6082 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6083 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()6113 if (sc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()6114 timeout = sc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()
350 U16 shutdown_timeout; member