Searched refs:fw_health (Results 1 – 3 of 3) sorted by relevance
117 bp->fw_health->fatal = true; in bnxt_fw_fatal_recover()135 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_create()189 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_destroy()216 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_devlink_health_report() local223 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()226 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()231 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()234 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()240 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()243 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()[all …]
2054 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local2055 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()2065 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()2075 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()2177 if (!bp->fw_health) in bnxt_async_event_process()2200 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process() local2202 if (!fw_health) in bnxt_async_event_process()2206 fw_health->enabled = false; in bnxt_async_event_process()2211 fw_health->master = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1); in bnxt_async_event_process()2212 fw_health->tmr_multiplier = in bnxt_async_event_process()[all …]
1971 struct bnxt_fw_health *fw_health; member