Home
last modified time | relevance | path

Searched refs:fw_generation (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c64 idev->fw_generation = IONIC_FW_STS_F_GENERATION & in ionic_watchdog_init()
200 u8 fw_generation; in ionic_heartbeat_check() local
221 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()
H A Dionic_dev.h154 u8 fw_generation; member
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c82 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()
H A Ddevlink.c181 pdsc->fw_generation >> 4); in pdsc_fw_reporter_diagnose()
H A Dcore.h167 u8 fw_generation; member
H A Dcore.c624 pdsc->fw_generation = pdsc->fw_status & PDS_CORE_FW_STS_F_GENERATION; in pdsc_health_thread()