Searched refs:shutdown_timeout (Results 1 – 4 of 4) sorted by relevance
99 __le16 shutdown_timeout; member415 __le16 shutdown_timeout; member
2907 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); in mpi3mr_energypackchg_evt_th() local2909 if (shutdown_timeout <= 0) { in mpi3mr_energypackchg_evt_th()2912 __func__, shutdown_timeout); in mpi3mr_energypackchg_evt_th()2918 __func__, mrioc->facts.shutdown_timeout, shutdown_timeout); in mpi3mr_energypackchg_evt_th()2919 mrioc->facts.shutdown_timeout = shutdown_timeout; in mpi3mr_energypackchg_evt_th()
386 u16 shutdown_timeout; member
3204 mrioc->facts.shutdown_timeout = in mpi3mr_process_factsdata()3205 le16_to_cpu(facts_data->shutdown_timeout); in mpi3mr_process_factsdata()4960 if (mrioc->facts.shutdown_timeout) in mpi3mr_issue_ioc_shutdown()4961 timeout = mrioc->facts.shutdown_timeout * 10; in mpi3mr_issue_ioc_shutdown()