Lines Matching refs:fw_status_ready
151 idev->fw_status_ready = true; in ionic_watchdog_init()
318 bool fw_status_ready = true; in ionic_heartbeat_check() local
339 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()
395 work->fw_status = fw_status_ready; in ionic_heartbeat_check()
401 if (!idev->fw_status_ready) in ionic_heartbeat_check()