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()200 u8 fw_generation; in ionic_heartbeat_check() local221 fw_generation = fw_status & IONIC_FW_STS_F_GENERATION; in ionic_heartbeat_check()222 if (idev->fw_generation != fw_generation) { in ionic_heartbeat_check()224 idev->fw_generation, fw_generation); in ionic_heartbeat_check()226 idev->fw_generation = fw_generation; in ionic_heartbeat_check()
154 u8 fw_generation; member
82 return fw_running && gen == pdsc->fw_generation; in pdsc_is_fw_good()243 pdsc->fw_generation = PDS_CORE_FW_STS_F_GENERATION & in pdsc_init_devinfo()
181 pdsc->fw_generation >> 4); in pdsc_fw_reporter_diagnose()
167 u8 fw_generation; member
624 pdsc->fw_generation = pdsc->fw_status & PDS_CORE_FW_STS_F_GENERATION; in pdsc_health_thread()