Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c104 struct bnxt_fw_health *h = bp->fw_health; in bnxt_fw_diagnose()
228 if (bp->fw_health->severity == SEVERITY_FATAL) in bnxt_fw_recover()
262 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_dl_fw_reporters_create() local
264 if (fw_health && !fw_health->fw_reporter) in bnxt_dl_fw_reporters_create()
265 fw_health->fw_reporter = __bnxt_dl_reporter_create(bp, &bnxt_dl_fw_reporter_ops); in bnxt_dl_fw_reporters_create()
270 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_dl_fw_reporters_destroy() local
272 if (fw_health && fw_health->fw_reporter) { in bnxt_dl_fw_reporters_destroy()
273 devlink_health_reporter_destroy(fw_health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
274 fw_health->fw_reporter = NULL; in bnxt_dl_fw_reporters_destroy()
280 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_devlink_health_fw_report() local
[all …]
Dbnxt.c2126 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_fw_health_readl() local
2127 u32 reg = fw_health->regs[reg_idx]; in bnxt_fw_health_readl()
2137 reg_off = fw_health->mapped_regs[reg_idx]; in bnxt_fw_health_readl()
2147 val &= fw_health->fw_reset_inprog_reg_mask; in bnxt_fw_health_readl()
2271 if (!bp->fw_health) in bnxt_async_event_process()
2285 bp->fw_health->fatalities++; in bnxt_async_event_process()
2290 bp->fw_health->survivals++; in bnxt_async_event_process()
2302 struct bnxt_fw_health *fw_health = bp->fw_health; in bnxt_async_event_process() local
2306 if (!fw_health) in bnxt_async_event_process()
2310 fw_health->enabled = false; in bnxt_async_event_process()
[all …]
Dbnxt_hwrm.c452 if (!bp->fw_health || !bp->fw_health->status_reliable) in hwrm_wait_must_abort()
Dbnxt.h2070 struct bnxt_fw_health *fw_health; member