Searched refs:fw_generation (Results 1 – 3 of 3) sorted by relevance
152 idev->fw_generation = IONIC_FW_STS_F_GENERATION & in ionic_watchdog_init()508 u8 fw_generation; in ionic_heartbeat_check() local529 fw_generation = fw_status & IONIC_FW_STS_F_GENERATION; in ionic_heartbeat_check()530 if (idev->fw_generation != fw_generation) { in ionic_heartbeat_check()532 idev->fw_generation, fw_generation); in ionic_heartbeat_check()534 idev->fw_generation = fw_generation; in ionic_heartbeat_check()
84 return fw_running && gen == pdsc->fw_generation; in pdsc_is_fw_good()253 pdsc->fw_generation = PDS_CORE_FW_STS_F_GENERATION & in pdsc_init_devinfo()
656 pdsc->fw_generation = pdsc->fw_status & PDS_CORE_FW_STS_F_GENERATION; in pdsc_health_thread()