Searched refs:fw_generation (Results 1 – 6 of 6) sorted by relevance
64 idev->fw_generation = IONIC_FW_STS_F_GENERATION & in ionic_watchdog_init()185 u8 fw_generation; in ionic_heartbeat_check() local208 fw_generation = fw_status & IONIC_FW_STS_F_GENERATION; in ionic_heartbeat_check()209 if (idev->fw_generation != fw_generation) { in ionic_heartbeat_check()211 idev->fw_generation, fw_generation); in ionic_heartbeat_check()213 idev->fw_generation = fw_generation; in ionic_heartbeat_check()
154 u8 fw_generation; member
79 return fw_running && gen == pdsc->fw_generation; in pdsc_is_fw_good()236 pdsc->fw_generation = PDS_CORE_FW_STS_F_GENERATION & in pdsc_init_devinfo()
180 pdsc->fw_generation >> 4); in pdsc_fw_reporter_diagnose()
167 u8 fw_generation; member
596 pdsc->fw_generation = pdsc->fw_status & PDS_CORE_FW_STS_F_GENERATION; in pdsc_health_thread()