Lines Matching refs:fw_status_ready
151 idev->fw_status_ready = true; in ionic_watchdog_init()
315 bool fw_status_ready = true; in ionic_heartbeat_check() local
336 fw_status_ready = false; in ionic_heartbeat_check()
357 idev->fw_status_ready = false; /* go to running */ in ionic_heartbeat_check()
359 fw_status_ready = false; /* go to down */ in ionic_heartbeat_check()
364 fw_status, fw_status_ready, idev->fw_status_ready, in ionic_heartbeat_check()
368 if (fw_status_ready != idev->fw_status_ready && in ionic_heartbeat_check()
372 idev->fw_status_ready = fw_status_ready; in ionic_heartbeat_check()
374 if (!fw_status_ready && in ionic_heartbeat_check()
380 } else if (fw_status_ready && in ionic_heartbeat_check()
392 work->fw_status = fw_status_ready; in ionic_heartbeat_check()
398 if (!idev->fw_status_ready) in ionic_heartbeat_check()