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_hwrm.c455 *fw_status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in hwrm_wait_must_abort()
H A Dbnxt.c2856 status = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_async_event_process()
10079 reg_type = BNXT_FW_HEALTH_REG_TYPE(fw_health->regs[BNXT_FW_HEALTH_REG]); in bnxt_inv_fw_health_reg()
10124 bp->fw_health->regs[BNXT_FW_HEALTH_REG] = status_loc; in bnxt_try_map_fw_health_reg()
10128 bp->fw_health->mapped_regs[BNXT_FW_HEALTH_REG] = in bnxt_try_map_fw_health_reg()
10210 fw_health->regs[BNXT_FW_HEALTH_REG] = in bnxt_hwrm_error_recovery_qcfg()
12616 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_try_recover_fw()
15291 val = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
15399 u32 sts = bnxt_fw_health_readl(bp, BNXT_FW_HEALTH_REG); in bnxt_fw_reset_task()
H A Dbnxt.h2036 #define BNXT_FW_HEALTH_REG 0 macro