Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c119 fw_status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_diagnose()
H A Dbnxt.c2690 status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_async_event_process()
9376 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_HEALTH_REG]); in bnxt_inv_fw_health_reg()
9421 bp->fw_health->regs[BNXT_FW_HEALTH_REG] = status_loc; in bnxt_try_map_fw_health_reg()
9425 bp->fw_health->mapped_regs[BNXT_FW_HEALTH_REG] = in bnxt_try_map_fw_health_reg()
9507 fw_health->regs[BNXT_FW_HEALTH_REG] = in bnxt_hwrm_error_recovery_qcfg()
11624 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_try_recover_fw()
14254 val = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
14362 u32 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
H A Dbnxt.h1971 #define BNXT_FW_HEALTH_REG 0 macro