Searched refs:fw_health (Results 1 – 3 of 3) sorted by relevance
22 struct bnxt_fw_health *health = bp->fw_health; in bnxt_fw_reporter_diagnose()108 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_create()145 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_destroy()162 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_devlink_health_report() local165 if (!fw_health) in bnxt_devlink_health_report()172 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()175 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()180 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()183 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()189 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()[all …]
1911 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local1912 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()1922 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()1932 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()2012 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process() local2015 if (!fw_health) in bnxt_async_event_process()2018 fw_health->enabled = EVENT_DATA1_RECOVERY_ENABLED(data1); in bnxt_async_event_process()2019 fw_health->master = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1); in bnxt_async_event_process()2020 if (!fw_health->enabled) in bnxt_async_event_process()2025 fw_health->enabled, fw_health->master, in bnxt_async_event_process()[all …]
1757 struct bnxt_fw_health *fw_health; member