Home
last modified time | relevance | path

Searched refs:fw_status_ready (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c151 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()
[all …]
H A Dionic_dev.h158 bool fw_status_ready; member