Searched refs:fw_status_ready (Results 1 – 2 of 2) sorted by relevance
151 idev->fw_status_ready = true; in ionic_watchdog_init()318 bool fw_status_ready = true; in ionic_heartbeat_check() local339 fw_status_ready = false; in ionic_heartbeat_check()360 idev->fw_status_ready = false; /* go to running */ in ionic_heartbeat_check()362 fw_status_ready = false; /* go to down */ in ionic_heartbeat_check()367 fw_status, fw_status_ready, idev->fw_status_ready, in ionic_heartbeat_check()371 if (fw_status_ready != idev->fw_status_ready && in ionic_heartbeat_check()375 idev->fw_status_ready = fw_status_ready; in ionic_heartbeat_check()377 if (!fw_status_ready && in ionic_heartbeat_check()383 } else if (fw_status_ready && in ionic_heartbeat_check()[all …]
158 bool fw_status_ready; member