Searched refs:fw_health (Results 1 – 3 of 3) sorted by relevance
119 bp->fw_health->fatal = true; in bnxt_fw_fatal_recover()137 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_create()191 struct bnxt_fw_health *health = bp->fw_health; in bnxt_dl_fw_reporters_destroy()218 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_devlink_health_report() local225 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()228 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()233 if (!fw_health->fw_reset_reporter) in bnxt_devlink_health_report()236 devlink_health_report(fw_health->fw_reset_reporter, in bnxt_devlink_health_report()242 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()245 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()[all …]
1917 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local1918 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()1928 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()1938 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()2028 if (!bp->fw_health) in bnxt_async_event_process()2048 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process() local2050 if (!fw_health) in bnxt_async_event_process()2053 fw_health->enabled = EVENT_DATA1_RECOVERY_ENABLED(data1); in bnxt_async_event_process()2054 fw_health->master = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1); in bnxt_async_event_process()2055 if (!fw_health->enabled) in bnxt_async_event_process()[all …]
1916 struct bnxt_fw_health *fw_health; member