Home
last modified time | relevance | path

Searched refs:fw_health (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c119 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() local
225 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 …]
Dbnxt.c1977 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local
1978 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()
1988 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()
1998 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()
2087 if (!bp->fw_health) in bnxt_async_event_process()
2110 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process() local
2112 if (!fw_health) in bnxt_async_event_process()
2116 fw_health->enabled = false; in bnxt_async_event_process()
2121 fw_health->master = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1); in bnxt_async_event_process()
2122 fw_health->tmr_multiplier = in bnxt_async_event_process()
[all …]
Dbnxt.h1938 struct bnxt_fw_health *fw_health; member