Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c105 struct bnxt_fw_health *h = bp->fw_health; in bnxt_fw_diagnose()
229 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
263 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_dl_fw_reporters_create() local
265 if (fw_health && !fw_health->fw_reporter) in bnxt_dl_fw_reporters_create()
266 fw_health->fw_reporter = __bnxt_dl_reporter_create(bp, &bnxt_dl_fw_reporter_ops); in bnxt_dl_fw_reporters_create()
271 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_dl_fw_reporters_destroy() local
273 if (fw_health && fw_health->fw_reporter) { in bnxt_dl_fw_reporters_destroy()
274 devlink_health_reporter_destroy(fw_health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
275 fw_health->fw_reporter = NULL; in bnxt_dl_fw_reporters_destroy()
281 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_devlink_health_fw_report() local
[all …]
H A Dbnxt.c2100 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl()
2101 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()
2111 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()
2121 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()
2245 if (!bp->fw_health) in bnxt_async_event_process()
2259 bp->fw_health->fatalities++; in bnxt_async_event_process()
2264 bp->fw_health->survivals++; in bnxt_async_event_process()
2276 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process()
2099 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_fw_health_readl() local
2275 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_async_event_process() local
2341 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_async_event_process() local
7890 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_inv_fw_health_reg() local
7954 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_map_fw_health_regs() local
7996 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_hwrm_error_recovery_qcfg() local
11646 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_fw_health_check() local
11839 struct bnxt_fw_health *fw_health = bp->fw_health; is_bnxt_fw_ok() local
11860 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_force_fw_reset() local
12047 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_fw_echo_reply() local
12408 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_fw_reset_writel() local
12461 struct bnxt_fw_health *fw_health = bp->fw_health; bnxt_reset_all() local
[all...]
H A Dbnxt_hwrm.c452 if (!bp->fw_health || !bp->fw_health->status_reliable) in hwrm_wait_must_abort()
H A Dbnxt.h2116 struct bnxt_fw_health *fw_health; member