Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2760 status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_async_event_process()
9755 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_HEALTH_REG]); in bnxt_inv_fw_health_reg()
9800 bp->fw_health->regs[BNXT_FW_HEALTH_REG] = status_loc; in bnxt_try_map_fw_health_reg()
9804 bp->fw_health->mapped_regs[BNXT_FW_HEALTH_REG] = in bnxt_try_map_fw_health_reg()
9886 fw_health->regs[BNXT_FW_HEALTH_REG] = in bnxt_hwrm_error_recovery_qcfg()
12022 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_try_recover_fw()
14654 val = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
14762 u32 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
H A Dbnxt.h1997 #define BNXT_FW_HEALTH_REG 0 macro